Skip to content

Commit

Permalink
chore: Use Corretto 17 for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed May 19, 2023
1 parent 51ea4a4 commit c8c62f4
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 @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 8
java-version: 17
server-id: sonatype-nexus-staging
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit c8c62f4

Please sign in to comment.