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 b7fd63f commit 1194f89Copy full SHA for 1194f89
build.gradle
@@ -24,7 +24,7 @@ plugins {
24
25
java {
26
toolchain {
27
- languageVersion = JavaLanguageVersion.of(17)
+ languageVersion = JavaLanguageVersion.of(21)
28
}
29
30
0 commit comments