Skip to content

Commit

Permalink
Upgrade jdk used by release action to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaristeGalois11 authored and cushon committed Dec 19, 2023
1 parent b5feefe commit 0e7cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2.5.0
with:
java-version: 17
java-version: 21
distribution: 'zulu'
cache: 'maven'
server-id: sonatype-nexus-staging
Expand Down

0 comments on commit 0e7cc6f

Please sign in to comment.