Skip to content

Commit

Permalink
fixed actions workflow by added a jdk disto parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidius20 committed Feb 6, 2024
1 parent 14d5280 commit 3e4202d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
java-version: 17
cache: 'gradle'
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create local.properties
Expand Down

0 comments on commit 3e4202d

Please sign in to comment.