From af3eb1d93a3cf67ac5648a3481d1beadbd30fb07 Mon Sep 17 00:00:00 2001 From: Daniel Biehl Date: Fri, 3 Jan 2025 13:28:15 +0100 Subject: [PATCH] ci: correct gradle cache-cleanup: true --- .github/workflows/build-test-package-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-package-publish.yml b/.github/workflows/build-test-package-publish.yml index c9be496d..c7d968ad 100644 --- a/.github/workflows/build-test-package-publish.yml +++ b/.github/workflows/build-test-package-publish.yml @@ -126,7 +126,7 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 with: - cache-cleanup: true + cache-cleanup: always # Set environment variables - name: Export Properties @@ -188,7 +188,7 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 with: - cache-cleanup: true + cache-cleanup: always # Set environment variables - name: Export Properties