JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.language.base.compile
CompilerVersion
Contents
Description
Method Summary
Method Details
getType()
getVendor()
getVersion()
Hide sidebar
Show sidebar
Interface CompilerVersion
@Incubating
@NonNullApi
public interface
CompilerVersion
Version of a compiler.
Since:
4.4
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getType
()
Returns the type of the compiler.
String
getVendor
()
Returns the vendor of the compiler.
String
getVersion
()
Returns the version of the compiler.
Method Details
getType
@Input
String
getType
()
Returns the type of the compiler.
getVendor
@Input
String
getVendor
()
Returns the vendor of the compiler.
getVersion
@Input
String
getVersion
()
Returns the version of the compiler.