We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c4580 commit c88ab4cCopy full SHA for c88ab4c
.github/workflows/api-level-lint.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
distribution: 'temurin'
18
java-version: 21
19
+ cache: gradle
20
- name: Setup Android SDK
21
uses: android-actions/setup-android@v3.2.1
22
- name: Add execution right to the script
.github/workflows/gradle-build.yml
@@ -60,6 +60,7 @@ jobs:
60
61
java-version: 8
62
63
64
- name: Grant Execute permission for gradlew
65
run: chmod +x gradlew
66
- name: Build with Java 8
0 commit comments