Skip to content

Commit 3454677

Browse files
committed
bump plugin api to java 11
1 parent f67249b commit 3454677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-api/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies {
1818
}
1919

2020
java {
21-
targetCompatibility = JavaVersion.VERSION_1_8
22-
sourceCompatibility = JavaVersion.VERSION_1_8
21+
targetCompatibility = JavaVersion.VERSION_11
22+
sourceCompatibility = JavaVersion.VERSION_11
2323

2424
withJavadocJar()
2525
withSourcesJar()

0 commit comments

Comments
 (0)