Skip to content

Commit 00a7292

Browse files
committed
ci: reenable gradle cache
1 parent 9b6f2b7 commit 00a7292

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/actions/deploy-kotlin/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ runs:
1818
uses: gradle/actions/setup-gradle@v3
1919
with:
2020
cache-encryption-key: ${{ inputs.gradle-cache-encryption-key }}
21-
# gradle-home-cache-cleanup: true
21+
gradle-home-cache-cleanup: true
2222
build-scan-publish: true
2323
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
2424
build-scan-terms-of-use-agree: "yes"
2525
add-job-summary-as-pr-comment: on-failure
26-
cache-write-only: true
2726

2827
- name: Publish release
2928
shell: bash

.github/actions/deploy-ubuntu/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,11 @@ runs:
217217
uses: gradle/actions/setup-gradle@v3
218218
with:
219219
cache-encryption-key: ${{ inputs.gradle-cache-encryption-key }}
220-
# gradle-home-cache-cleanup: true
220+
gradle-home-cache-cleanup: true
221221
build-scan-publish: true
222222
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
223223
build-scan-terms-of-use-agree: "yes"
224224
add-job-summary-as-pr-comment: on-failure
225-
cache-write-only: true
226-
227225

228226
- name: Publish release
229227
shell: bash

0 commit comments

Comments
 (0)