Skip to content

Commit

Permalink
use java 17 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Dec 3, 2021
1 parent 8a6c686 commit 687323f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
- run: chmod +x gradlew
- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
- run: chmod +x gradlew
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 687323f

Please sign in to comment.