Skip to content

Commit

Permalink
Merge pull request #2073 from microsoftgraph/bugfix/missing-dependenc…
Browse files Browse the repository at this point in the history
…ies-cache

ci: adds missing gradle dependencies caching to CI
  • Loading branch information
baywet authored Jul 5, 2024
2 parents 743f2ad + 796d427 commit 26a2675
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 26a2675

Please sign in to comment.