We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878e8ab commit e2e26e6Copy full SHA for e2e26e6
1 file changed
.github/workflows/commitTest.yml
@@ -12,10 +12,10 @@ jobs:
12
run: |
13
echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
14
- name: Set up JDK 17
15
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
16
with:
17
- java-version: '17'
18
distribution: 'temurin'
+ java-version: 17
19
- name: Build mod jar
20
21
chmod +x ./gradlew
0 commit comments