-
- All Implemented Interfaces:
public class MultiJVMTestingExtension.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerdefaultComplianceLevelprivate final IntegerlatestJavaprivate final IntegerlatestJavaSupportedByGradleprivate final BooleanisLTSpublic final static MultiJVMTestingExtension.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetDefaultComplianceLevel()By default, the compiler targets Java 8. final IntegergetLatestJava()The latest known Java version. final IntegergetLatestJavaSupportedByGradle()Tries to fetch the newest version of the JVM supported by the current version of gradle. final BooleanisLTS(Integer $self)-
-
Method Detail
-
getDefaultComplianceLevel
final Integer getDefaultComplianceLevel()
By default, the compiler targets Java 8.
-
getLatestJava
final Integer getLatestJava()
The latest known Java version.
-
getLatestJavaSupportedByGradle
final Integer getLatestJavaSupportedByGradle()
Tries to fetch the newest version of the JVM supported by the current version of gradle. Refers to https://docs.gradle.org/current/userguide/compatibility.html, issues to accessing the website make the value potentially wrong.
-
-
-
-