Skip to content

Commit c1b8d3a

Browse files
committed
👷 Downgrade JDK version
1 parent 5d3a1b1 commit c1b8d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
with:
2828
fetch-depth: 2
2929

30-
- name: Set up JDK 11
30+
- name: Set up JDK 8
3131
uses: actions/setup-java@v1
3232
with:
33-
java-version: 11
33+
java-version: 8
3434

3535
- name: Grant execute permission for gradlew
3636
run: chmod +x gradlew

0 commit comments

Comments
 (0)