Skip to content

Commit

Permalink
java version updated to 17 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKornacker committed Dec 12, 2023
1 parent 2c42603 commit 16734e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: 'maven'
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Java environment
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: zulu
cache: maven
gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
Expand Down

0 comments on commit 16734e1

Please sign in to comment.