We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ab4b3 commit e1a62deCopy full SHA for e1a62de
.github/workflows/android.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: checkout
87
uses: actions/checkout@v4
88
- name: set up JDK 17
89
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v1
90
with:
91
java-version: '17'
92
- name: Enable KVM
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
distribution: 'temurin'
31
- cache: gradle
+# cache: gradle
32
- name: Grant execute permission for gradlew
33
run: chmod +x gradlew
34
- name: Clean all modules
0 commit comments