Skip to content

Commit b11213c

Browse files
committed
update: java version checkout v1 to v3
1 parent a9bef3f commit b11213c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/android-ci-generate-apk-aab-download.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- name: Set Up JDK
3131
uses: actions/setup-java@v3
3232
with:
33-
java-version: 17
33+
distribution: 'zulu' # See 'Supported distributions' for available options
34+
java-version: '17'
35+
cache: 'gradle'
3436

3537
- name: Change wrapper permissions
3638
run: chmod +x ./gradlew

.github/workflows/android-ci-generate-apk-aab-upload.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
- name: Set Up JDK
3636
uses: actions/setup-java@v3
3737
with:
38-
java-version: 17
38+
distribution: 'zulu' # See 'Supported distributions' for available options
39+
java-version: '17'
40+
cache: 'gradle'
3941

4042
- name: Change wrapper permissions
4143
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)