Skip to content

Commit 58358f7

Browse files
committed
Revert to older Java version
1 parent 5e4d19b commit 58358f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
run: |
1515
echo "${ANDROID_HOME}/build-tools/30.0.1" >> $GITHUB_PATH
1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v1
17+
uses: actions/setup-java@v4
1818
with:
19-
java-version: '17'
19+
distribution: 'temurin'
20+
java-version: '17.0.8'
21+
cache: 'gradle'
2022
- name: Build mod jar
2123
run: |
2224
chmod +x ./gradlew

0 commit comments

Comments
 (0)