Skip to content

Commit 4a92091

Browse files
authored
🐛 set Java 8 release compiler option (#334)
1 parent c415f52 commit 4a92091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ allprojects {
1818
tasks.withType<JavaCompile> {
1919
options.compilerArgs.add("-Xlint:unchecked")
2020
options.isDeprecation = true
21+
options.release.set(8)
2122
}
2223
}
2324

0 commit comments

Comments
 (0)