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 e6c1349 commit 713bd9bCopy full SHA for 713bd9b
build.gradle.kts
@@ -21,7 +21,7 @@ version =
21
version
22
23
java {
24
- toolchain.languageVersion = JavaLanguageVersion.of(11)
+ toolchain.languageVersion = JavaLanguageVersion.of(8)
25
withSourcesJar()
26
withJavadocJar()
27
}
0 commit comments