We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adf710 commit 2b5fcd0Copy full SHA for 2b5fcd0
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,8 @@ jobs:
28
- name: Setup Gradle for optimal caching
29
uses: gradle/actions/setup-gradle@v3
30
with:
31
- gradle-home-cache-cleanup: on-success
+ gradle-home-cache-cleanup: true
32
+ gradle-home-cache-strict-match: true
33
34
- name: Build application with Gradle
35
run: ./gradlew build -x test
0 commit comments