Package org.gradle.language.base.compile
Interface CompilerVersion
Version of a compiler.
- Since:
- 4.4
-
Method Summary
-
Method Details
-
getType
Returns the type of the compiler. -
getVendor
Returns the vendor of the compiler. -
getVersion
Returns the version of the compiler.
-