Skip to content

Commit

Permalink
Merge pull request #666 from yxsra/fix
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
CeuiLiSA authored Dec 5, 2024
2 parents c90f97d + 38ee50f commit 922dc3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
submodules: 'true'
fetch-depth: 0

- name: set up JDK 17
- name: set up JDK 21
uses: actions/[email protected]
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 922dc3b

Please sign in to comment.