Skip to content

Commit 922dc3b

Browse files
authored
Merge pull request #666 from yxsra/fix
Update gradle.yml
2 parents c90f97d + 38ee50f commit 922dc3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
submodules: 'true'
3838
fetch-depth: 0
3939

40-
- name: set up JDK 17
40+
- name: set up JDK 21
4141
uses: actions/[email protected]
4242
with:
43-
java-version: '17'
43+
java-version: '21'
4444
distribution: 'adopt'
4545

4646
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)