Skip to content

Commit

Permalink
Update gradle.yml / JDK20
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzsd committed Dec 28, 2023
1 parent fd67497 commit 1f98a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '20'
distribution: 'temurin'
- name: Grant gradlew Execute permission
run: chmod +x gradlew
Expand Down

0 comments on commit 1f98a7e

Please sign in to comment.