Skip to content

Commit

Permalink
ci(android-build/setup-gradle): remove deprecated `gradle-home-cache-…
Browse files Browse the repository at this point in the history
…cleanup` option

This option has been deprecated and replaced with 'cache-cleanup' since v4; it
was also enabled by default: https://github.com/gradle/actions/blob/main/docs/deprecation-upgrade-guide.md#the-gradle-home-cache-cleanup-input-parameter-has-been-replaced-by-cache-cleanup

Signed-off-by: iusmac <[email protected]>
  • Loading branch information
iusmac committed Dec 7, 2024
1 parent 1ec1a09 commit faa404e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/android-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ runs:
uses: ./.github/actions/settingslibs-cache-warm-up
- name: Set up Gradle cache
uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
- name: Build with Gradle
shell: bash
env:
Expand Down

0 comments on commit faa404e

Please sign in to comment.