Skip to content

Commit

Permalink
ci: update java version in publish workflows to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine committed Mar 23, 2024
1 parent 3969a56 commit b2d4711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup Java JDK 11
- name: Setup Java JDK 17
uses: actions/[email protected]
with:
java-version: 11
java-version: 17
distribution: adopt
- name: Grant gradlew execution permissions
run: chmod +x gradlew
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2
- name: Setup Java JDK 11
- name: Setup Java JDK 17
uses: actions/[email protected]
with:
java-version: 11
java-version: 17
distribution: adopt
- name: Grant gradlew execution permissions
run: chmod +x gradlew
Expand Down

0 comments on commit b2d4711

Please sign in to comment.