Skip to content

Commit

Permalink
Upgrade to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
markelliot committed Nov 14, 2021
1 parent 0d87ef6 commit 0124a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '16'
distribution: 'adopt'
java-version: '17'
distribution: 'zulu'
- name: Build
run: ./gradlew --no-daemon build
- name: Publish
Expand Down

0 comments on commit 0124a14

Please sign in to comment.