Skip to content

Commit

Permalink
GH-1960 Move to JDK21 (Resolve #1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Nov 10, 2023
1 parent f199b4e commit daff023
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Use 11 LTS releases and the latest one
java-version: [ 11, 20 ]
java-version: [ 11, 21 ]
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Publish releases"
on: workflow_dispatch

env:
JAVA_VERSION: 20
JAVA_VERSION: 21

jobs:
github:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "main" ]

env:
JAVA_VERSION: 20
JAVA_VERSION: 21

jobs:
maven:
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit daff023

Please sign in to comment.