Skip to content

Commit

Permalink
Set JDK21 as the baseline for the 3.0 major version
Browse files Browse the repository at this point in the history
Resolves opensearch-project#581

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross committed Jun 5, 2024
1 parent e7056f6 commit 898c450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ ext {
}

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

allprojects {
Expand Down

0 comments on commit 898c450

Please sign in to comment.