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 6, 2024
1 parent e7056f6 commit 7f2d085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
strategy:
matrix:
java:
- 11
- 17
- 21
# Job name
name: Build Asynchronous Search
Expand Down Expand Up @@ -68,8 +66,6 @@ jobs:
strategy:
matrix:
java:
- 11
- 17
- 21
# Job name
name: Test Asynchronous Search with opensearchstaging docker
Expand Down
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 7f2d085

Please sign in to comment.