Skip to content

Commit

Permalink
ci: correct gradle cache-cleanup: true
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Jan 3, 2025
1 parent 5751bb7 commit af3eb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-cleanup: true
cache-cleanup: always

# Set environment variables
- name: Export Properties
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-cleanup: true
cache-cleanup: always

# Set environment variables
- name: Export Properties
Expand Down

0 comments on commit af3eb1d

Please sign in to comment.