File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ runs:
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"
25
25
add-job-summary-as-pr-comment : on-failure
26
- cache-write-only : true
27
26
28
27
- name : Publish release
29
28
shell : bash
Original file line number Diff line number Diff line change @@ -217,13 +217,11 @@ 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
-
227
225
228
226
- name : Publish release
229
227
shell : bash
You can’t perform that action at this time.
0 commit comments