Skip to content

Commit ccc9cfb

Browse files
committed
[#1982] Update compatible JDK version for Gradle to 23
1 parent 5e60427 commit ccc9cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gradle.ext.baselineJavaVersion = JavaLanguageVersion.of( 11 )
1313

1414
// Gradle does bytecode transformation on tests.
1515
// You can't use bytecode higher than what Gradle supports, even with toolchains.
16-
def GRADLE_MAX_SUPPORTED_BYTECODE_VERSION = 20
16+
def GRADLE_MAX_SUPPORTED_BYTECODE_VERSION = 23
1717

1818
// If either 'main.jdk.version' or 'test.jdk.version' is set, enable the toolchain and use the selected jdk.
1919
// If only one property is set, the other defaults to the baseline Java version (8).

0 commit comments

Comments
 (0)