Skip to content

Commit

Permalink
Set query-insights plugin 3.0.0 baseline JDK version to JDK-21
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Nov 30, 2024
1 parent b5e2d07 commit 4a6ecfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ configurations {
zipArchive
}

java {
targetCompatibility = JavaVersion.VERSION_21
sourceCompatibility = JavaVersion.VERSION_21
}

publishing {
publications {
pluginZip(MavenPublication) { publication ->
Expand Down

0 comments on commit 4a6ecfc

Please sign in to comment.