Skip to content

Commit

Permalink
Uprade java version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arrazyfathan committed May 27, 2024
1 parent b243dbc commit 65c84dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: temurin
java-version: "11"
java-version: "17"
- name: Set execution flag for gradlew
run: chmod +x gradlew
- name: Build APK
Expand Down

0 comments on commit 65c84dc

Please sign in to comment.