Skip to content

Commit 72b8ffe

Browse files
committed
[#1761] Update max java supported by Gradle to 20
For byte-code enhancements
1 parent fee89e9 commit 72b8ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
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 = 15
16+
def GRADLE_MAX_SUPPORTED_BYTECODE_VERSION = 20
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)