Skip to content

Commit e9701d9

Browse files
yrodierebeikov
authored andcommitted
Use Java 22 bytecode in tests when testing against OpenJDK 22+
Because we upgraded to Gradle 8.8 some time ago, which supports Java 22. See https://docs.gradle.org/8.8/release-notes.html
1 parent 821d521 commit e9701d9

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
@@ -64,7 +64,7 @@ dependencyResolutionManagement {
6464

6565
// Gradle does bytecode transformation on tests.
6666
// You can't use bytecode higher than what Gradle supports, even with toolchains.
67-
version "maxSupportedBytecode", "21"
67+
version "maxSupportedBytecode", "22"
6868
}
6969
libs {
7070
def antlrVersion = version "antlr", "4.13.0"

0 commit comments

Comments
 (0)