Skip to content

Commit

Permalink
[#1982] Update Gradle max supported bytecode version to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Sep 9, 2024
1 parent 7556b00 commit 80e4ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gradle.ext.baselineJavaVersion = JavaLanguageVersion.of( 11 )

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

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

0 comments on commit 80e4ed9

Please sign in to comment.