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 65ad6db commit 9fcfeb1Copy full SHA for 9fcfeb1
build.gradle
@@ -333,20 +333,3 @@ tasks.register("publishToAwsS3", PublishToAwsS3Task)
333
publishToGithubRelease {
334
remoteJarName = "scripting.jar"
335
}
336
-
337
338
-// tasks.withType(Test).configureEach {
339
-// def testJdkVersion = System.getenv("TEST_JDK_VERSION") ?: "17"
340
341
-// if (testJdkVersion == "17") {
342
-// javaLauncher = javaToolchains.launcherFor {
343
-// languageVersion = JavaLanguageVersion.of(17)
344
-// }
345
-// } else if (testJdkVersion == "21") {
346
347
-// languageVersion = JavaLanguageVersion.of(21)
348
349
-// } else {
350
-// throw new GradleException("Invalid TEST_JDK_VERSION: ${testJdkVersion}. Must be 17 or 21.")
351
352
0 commit comments