Skip to content

Commit

Permalink
Upgrade libraries to support Java 21 (#73)
Browse files Browse the repository at this point in the history
* Upgrade libraries to support Java 21

* Upgrade pom to major version

* building with java 21

---------

Co-authored-by: seb <[email protected]>
Co-authored-by: Vincent Fuchs <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2023
1 parent 8f67d23 commit fcbc9ea
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 423 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 21
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
run: |
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | base64 --decode | gpg --batch --import
gpg --refresh-keys --keyserver keyserver.ubuntu.com
gpg --list-secret-keys --keyid-format LONG
gpg --list-secret-keys --keyid-format LONG
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '21'
distribution: 'adopt'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down
Loading

0 comments on commit fcbc9ea

Please sign in to comment.