We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c415f52 commit 4a92091Copy full SHA for 4a92091
build.gradle.kts
@@ -18,6 +18,7 @@ allprojects {
18
tasks.withType<JavaCompile> {
19
options.compilerArgs.add("-Xlint:unchecked")
20
options.isDeprecation = true
21
+ options.release.set(8)
22
}
23
24
0 commit comments