Skip to content

Commit 662c0de

Browse files
committed
target java 11
1 parent 2de6f0a commit 662c0de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ println("version: $version")
2222
java {
2323
withJavadocJar ()
2424
withSourcesJar ()
25+
26+
sourceCompatibility = JavaVersion.VERSION_11
27+
targetCompatibility = JavaVersion.VERSION_11
2528
}
2629

2730
kotlin {

0 commit comments

Comments
 (0)