Skip to content

Commit

Permalink
update java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
minidragon88 committed May 19, 2023
1 parent c344f10 commit aa36cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: 8
distribution: "zulu"

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit aa36cd5

Please sign in to comment.