Skip to content

Commit

Permalink
bump publish java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Roe committed Dec 5, 2024
1 parent f87627e commit 774febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: '8'
java-version: '17'
cache: 'gradle'
- name: Publish
run: |
Expand Down

0 comments on commit 774febc

Please sign in to comment.