Package org.gradle.language.base.compile
Interface CompilerVersion
Version of a compiler.
- Since:
- 4.4
- 
Method Summary
- 
Method Details- 
getTypeReturns the type of the compiler.
- 
getVendorReturns the vendor of the compiler.
- 
getVersionReturns the version of the compiler.
 
-