Skip to content

Commit 7e1cc8e

Browse files
committed
build for jdk 11
1 parent bc79ad9 commit 7e1cc8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle-plugins/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ tasks {
5656

5757
withType<JavaCompile>().configureEach {
5858
with(options) {
59-
release.set(8)
59+
release.set(11)
6060
}
6161
}
6262

6363
withType(KotlinCompile::class).configureEach {
6464
kotlinOptions {
65-
jvmTarget = "1.8"
65+
jvmTarget = "11"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)