We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821d521 commit e9701d9Copy full SHA for e9701d9
settings.gradle
@@ -64,7 +64,7 @@ dependencyResolutionManagement {
64
65
// Gradle does bytecode transformation on tests.
66
// You can't use bytecode higher than what Gradle supports, even with toolchains.
67
- version "maxSupportedBytecode", "21"
+ version "maxSupportedBytecode", "22"
68
}
69
libs {
70
def antlrVersion = version "antlr", "4.13.0"
0 commit comments