We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2760783 commit 60122fbCopy full SHA for 60122fb
build.gradle.kts
@@ -76,7 +76,7 @@ allprojects {
76
}
77
78
// Configure the java toolchain to use. If not found, it will be downloaded automatically
79
- java { toolchain { languageVersion = JavaLanguageVersion.of(11) } }
+ java { toolchain { languageVersion = JavaLanguageVersion.of(17) } }
80
81
82
buildscript {
0 commit comments