Skip to content

Commit

Permalink
Fixed GitHub Action java version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladleesi committed Apr 1, 2024
1 parent 3618a21 commit dfa4290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '21'

- name: Make gradlew executable
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'
java-version: '21'

- name: Make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit dfa4290

Please sign in to comment.