We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a9b9b commit 9077887Copy full SHA for 9077887
.github/workflows/android_build.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: set up JDK 1.8
20
uses: actions/setup-java@v4
21
with:
22
+ distribution: 'oracle'
23
java-version: 17.0.6
24
cache: 'gradle'
25
@@ -75,6 +76,7 @@ jobs:
75
76
77
78
79
80
81
82
.github/workflows/android_deploy.yml
@@ -18,6 +18,7 @@ jobs:
18
0 commit comments