Skip to content

Commit

Permalink
Merge pull request #547 from camunda-community-hub/feature/fix-pipeli…
Browse files Browse the repository at this point in the history
…ne-publish-java-21

Use Java 21 for publish artifacts
  • Loading branch information
1nb0und authored Dec 6, 2023
2 parents fc91db0 + 0e4ad94 commit 860ac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Java environment
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: zulu
cache: maven
gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
Expand Down

0 comments on commit 860ac71

Please sign in to comment.