We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87d648 commit c7ee38fCopy full SHA for c7ee38f
gradle/java_no_deps.gradle
@@ -150,6 +150,9 @@ def currentJavaHomePath = getJavaHomePath(System.getProperty("java.home"))
150
project.afterEvaluate {
151
def testJvm = gradle.startParameter.projectProperties["testJvm"]
152
def javaTestLauncher = null as Provider<JavaLauncher>
153
+ if (testJvm == "stable") {
154
+ testJvm = "24"
155
+ }
156
if (testJvm) {
157
def matcher = testJvm =~ /([a-zA-Z]*)([0-9]+)/
158
if (!matcher.matches()) {
0 commit comments