Skip to content

Commit 69cee02

Browse files
fix
1 parent bc9c530 commit 69cee02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
submodules: true
22-
- name: Set up JDK 25
22+
- name: Set up JDK 21
2323
uses: actions/setup-java@v5
2424
with:
25-
java-version: 25
25+
java-version: 21
2626
distribution: 'zulu'
2727
cache: 'gradle'
2828
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)