Skip to content

Commit

Permalink
ci: adds missing gradle dependencies caching to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jul 4, 2024
1 parent 743f2ad commit 796d427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-level-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
cache: gradle
- name: Setup Android SDK
uses: android-actions/[email protected]
- name: Add execution right to the script
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
java-version: 8
distribution: 'temurin'
cache: gradle
- name: Grant Execute permission for gradlew
run: chmod +x gradlew
- name: Build with Java 8
Expand Down

0 comments on commit 796d427

Please sign in to comment.