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 d0c546b commit 16f796cCopy full SHA for 16f796c
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
java {
6
toolchain {
7
- languageVersion.set(JavaLanguageVersion.of(16))
+ languageVersion.set(JavaLanguageVersion.of(17))
8
}
9
10
0 commit comments