Skip to content

Commit 9fcfeb1

Browse files
committed
remove commented out code
1 parent 65ad6db commit 9fcfeb1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

build.gradle

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -333,20 +333,3 @@ tasks.register("publishToAwsS3", PublishToAwsS3Task)
333333
publishToGithubRelease {
334334
remoteJarName = "scripting.jar"
335335
}
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-
// javaLauncher = javaToolchains.launcherFor {
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

Comments
 (0)