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 34fee7e commit 673fbe0Copy full SHA for 673fbe0
buildSrc/src/main/groovy/java-conventions.gradle
@@ -11,7 +11,7 @@ group = "org.bool"
11
12
java {
13
toolchain {
14
- languageVersion = JavaLanguageVersion.of(8)
+ languageVersion = JavaLanguageVersion.of(17)
15
}
16
withJavadocJar()
17
withSourcesJar()
0 commit comments