Skip to content

Commit c88ab4c

Browse files
committed
ci: adds missing gradle dependencies caching to CI
1 parent 35c4580 commit c88ab4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/api-level-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
distribution: 'temurin'
1818
java-version: 21
19+
cache: gradle
1920
- name: Setup Android SDK
2021
uses: android-actions/setup-android@v3.2.1
2122
- name: Add execution right to the script

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
with:
6161
java-version: 8
6262
distribution: 'temurin'
63+
cache: gradle
6364
- name: Grant Execute permission for gradlew
6465
run: chmod +x gradlew
6566
- name: Build with Java 8

0 commit comments

Comments
 (0)