Skip to content

Commit

Permalink
Merge pull request #339 from joreilly/gradle-cleanup
Browse files Browse the repository at this point in the history
CI: opt-in gradle-home-cache-cleanup: true
  • Loading branch information
joreilly committed Mar 18, 2023
2 parents 0e47138 + 4d78f87 commit 4a93844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_wear_jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Wear Unit Tests
uses: gradle/gradle-build-action@v2
with:
arguments: :wearApp:test
arguments: :wearApp:test
2 changes: 2 additions & 0 deletions .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true

- name: Build
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 4a93844

Please sign in to comment.