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 3b84604 commit ec0b681Copy full SHA for ec0b681
platform-tests/platform-tests.gradle.kts
@@ -111,7 +111,7 @@ tasks {
111
}
112
113
named<JavaCompile>(processStarter.compileJavaTaskName).configure {
114
- options.release = 21
+ options.release = javaLibrary.testJavaVersion.majorVersion.toInt()
115
116
named<Checkstyle>("checkstyle${processStarter.name.capitalized()}").configure {
117
config = resources.text.fromFile(checkstyle.configDirectory.file("checkstyleMain.xml"))
0 commit comments