Skip to content

Commit

Permalink
fix: ci use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed May 8, 2024
1 parent c7c0217 commit ec3675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
java-version: 21
- name: Fix borked permissions
run: chmod +x ./gradlew
- name: Run gradle tasks
Expand Down

0 comments on commit ec3675e

Please sign in to comment.