Skip to content

Commit

Permalink
Build releases with Java 17 (#3523)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Aug 27, 2023
1 parent 4063dd9 commit ac049b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
with:
java-version: 11
java-version: 17
distribution: 'zulu'
server-id: ossrh
server-username: CI_DEPLOY_USERNAME
Expand Down

0 comments on commit ac049b6

Please sign in to comment.