We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6d8e5 commit be28aedCopy full SHA for be28aed
1 file changed
build.gradle.kts
@@ -44,7 +44,7 @@ configurations.all {
44
45
java {
46
toolchain {
47
- languageVersion.set(JavaLanguageVersion.of(8))
+ languageVersion.set(JavaLanguageVersion.of(17))
48
}
49
50
0 commit comments