We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e60427 commit ccc9cfbCopy full SHA for ccc9cfb
settings.gradle
@@ -13,7 +13,7 @@ gradle.ext.baselineJavaVersion = JavaLanguageVersion.of( 11 )
13
14
// Gradle does bytecode transformation on tests.
15
// You can't use bytecode higher than what Gradle supports, even with toolchains.
16
-def GRADLE_MAX_SUPPORTED_BYTECODE_VERSION = 20
+def GRADLE_MAX_SUPPORTED_BYTECODE_VERSION = 23
17
18
// If either 'main.jdk.version' or 'test.jdk.version' is set, enable the toolchain and use the selected jdk.
19
// If only one property is set, the other defaults to the baseline Java version (8).
0 commit comments