We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6f7ba7 + fdee6de commit 9e5e2c1Copy full SHA for 9e5e2c1
1 file changed
.github/workflows/commitTest.yml
@@ -7,14 +7,15 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- name: Set up PATH
12
run: |
13
echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
14
- name: Set up JDK 17
15
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
16
with:
17
- java-version: 17
+ java-version: '17'
18
+ distribution: 'temurin'
19
- name: Build mod jar
20
21
chmod +x ./gradlew
0 commit comments