Object MultiJVMTestingExtension.Companion
-
- All Implemented Interfaces:
public class MultiJVMTestingExtension.CompanionSupport constants.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerlatestJavaprivate final IntegerlatestJavaSupportedByGradleprivate final BooleanisLTSpublic final static MultiJVMTestingExtension.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description 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
-
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.
-
-
-
-