Skip to content

Commit 796d427

Browse files
committed
ci: adds missing gradle dependencies caching to CI
1 parent 743f2ad commit 796d427

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/[email protected]
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
@@ -57,6 +57,7 @@ jobs:
5757
with:
5858
java-version: 8
5959
distribution: 'temurin'
60+
cache: gradle
6061
- name: Grant Execute permission for gradlew
6162
run: chmod +x gradlew
6263
- name: Build with Java 8

0 commit comments

Comments
 (0)