Skip to content

Commit

Permalink
Update publish.yml to use java 21 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Apr 28, 2024
1 parent 2680cb9 commit 1277e3f
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 @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-java@4075bfc1b51bf22876335ae1cd589602d60d8758
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Publish to Modrinth
uses: gradle/gradle-build-action@3bfe3a46584a206fb8361cdedd0647b0c4204232
env:
Expand Down

0 comments on commit 1277e3f

Please sign in to comment.