We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 359f6c7 + 8d19a2d commit 4c433ecCopy full SHA for 4c433ec
1 file changed
buildSrc/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
9
java {
10
toolchain {
11
- languageVersion.set(JavaLanguageVersion.of(8))
+ languageVersion.set(JavaLanguageVersion.of(17))
12
}
13
14
0 commit comments