Skip to content

Commit

Permalink
Merge branch 'v3-legacy' into patch/update-koe-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Sep 18, 2024
2 parents 498b1c6 + 7927bfc commit fd06f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies {
}

java {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_11

withJavadocJar()
withSourcesJar()
Expand Down

0 comments on commit fd06f44

Please sign in to comment.