File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
uses : gradle/actions/setup-gradle@v3
19
19
with :
20
20
cache-encryption-key : ${{ inputs.gradle-cache-encryption-key }}
21
- gradle-home-cache-cleanup : true
21
+ # gradle-home-cache-cleanup: true
22
22
build-scan-publish : true
23
23
build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
24
24
build-scan-terms-of-use-agree : " yes"
Original file line number Diff line number Diff line change @@ -217,11 +217,13 @@ runs:
217
217
uses : gradle/actions/setup-gradle@v3
218
218
with :
219
219
cache-encryption-key : ${{ inputs.gradle-cache-encryption-key }}
220
- gradle-home-cache-cleanup : true
220
+ # gradle-home-cache-cleanup: true
221
221
build-scan-publish : true
222
222
build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
223
223
build-scan-terms-of-use-agree : " yes"
224
224
add-job-summary-as-pr-comment : on-failure
225
+ cache-write-only : true
226
+
225
227
226
228
- name : Publish release
227
229
shell : bash
You can’t perform that action at this time.
0 commit comments