Skip to content

Commit c4f3737

Browse files
committed
set -release to 8
1 parent b12905c commit c4f3737

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
@@ -22,6 +22,7 @@ allprojects {
2222
tasks.withType(JavaCompile::class.java) {
2323
sourceCompatibility = "1.8"
2424
targetCompatibility = "1.8"
25+
options.release.set(8)
2526
}
2627
tasks.withType(KotlinCompile::class.java) {
2728
kotlinOptions {

0 commit comments

Comments
 (0)