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 4c6340f commit c8ab4b3Copy full SHA for c8ab4b3
.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@v4
+ uses: actions/setup-java@v2
90
with:
91
java-version: '17'
92
- name: Enable KVM
.github/workflows/build.yml
@@ -24,11 +24,11 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
27
28
29
30
distribution: 'temurin'
31
- cache: gradle-v2
+ cache: gradle
32
- name: Grant execute permission for gradlew
33
run: chmod +x gradlew
34
- name: Clean all modules
0 commit comments