We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4d19b commit 58358f7Copy full SHA for 58358f7
.github/workflows/gradle.yml
@@ -14,9 +14,11 @@ jobs:
14
run: |
15
echo "${ANDROID_HOME}/build-tools/30.0.1" >> $GITHUB_PATH
16
- name: Set up JDK 17
17
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
18
with:
19
- java-version: '17'
+ distribution: 'temurin'
20
+ java-version: '17.0.8'
21
+ cache: 'gradle'
22
- name: Build mod jar
23
24
chmod +x ./gradlew
0 commit comments