Skip to content

Commit 9077887

Browse files
committed
Fix android pipeline
1 parent d9a9b9b commit 9077887

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/android_build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: set up JDK 1.8
2020
uses: actions/setup-java@v4
2121
with:
22+
distribution: 'oracle'
2223
java-version: 17.0.6
2324
cache: 'gradle'
2425

@@ -75,6 +76,7 @@ jobs:
7576
- name: set up JDK 1.8
7677
uses: actions/setup-java@v4
7778
with:
79+
distribution: 'oracle'
7880
java-version: 17.0.6
7981
cache: 'gradle'
8082

.github/workflows/android_deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: set up JDK 1.8
1919
uses: actions/setup-java@v4
2020
with:
21+
distribution: 'oracle'
2122
java-version: 17.0.6
2223
cache: 'gradle'
2324

0 commit comments

Comments
 (0)