Skip to content

Commit 2f8395e

Browse files
Revert "Bump GitHub Actions JDK to 25"
This reverts commit a41e83e.
1 parent f6b4c8c commit 2f8395e

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
@@ -31,10 +31,10 @@ jobs:
3131
echo "$MULTI_LINE_CONTENT" >> $GITHUB_ENV
3232
echo "EOF" >> $GITHUB_ENV
3333
34-
- name: Set up JDK 25
34+
- name: Set up JDK 21
3535
uses: actions/setup-java@v4
3636
with:
37-
java-version: '25'
37+
java-version: '21'
3838
distribution: 'temurin'
3939

4040
# get short sha

0 commit comments

Comments
 (0)