Skip to content

Commit 9b6f2b7

Browse files
committed
ci: disable gradle cache
1 parent dc71eb2 commit 9b6f2b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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"

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,13 @@ 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+
225227

226228
- name: Publish release
227229
shell: bash

0 commit comments

Comments
 (0)