From 7adb8d579034cf71ea33ccbf9ad5dd946384d430 Mon Sep 17 00:00:00 2001 From: Silas Della Contrada Date: Wed, 24 Jul 2024 02:12:43 +0200 Subject: [PATCH] ci: disable configuration cache --- .github/actions/deploy-ubuntu/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/deploy-ubuntu/action.yml b/.github/actions/deploy-ubuntu/action.yml index addb15e..c932849 100644 --- a/.github/actions/deploy-ubuntu/action.yml +++ b/.github/actions/deploy-ubuntu/action.yml @@ -298,7 +298,7 @@ runs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v3 with: - cache-encryption-key: ${{ inputs.gradle-cache-encryption-key }} +# cache-encryption-key: ${{ inputs.gradle-cache-encryption-key }} gradle-home-cache-cleanup: true build-scan-publish: true build-scan-terms-of-use-url: "https://gradle.com/terms-of-service" @@ -307,4 +307,4 @@ runs: - name: Build with Gradle shell: bash - run: ./gradlew build publish -Pnative.extension=${{ matrix.ext }} --console=plain --info --build-cache --configure-on-demand --configuration-cache --parallel + run: ./gradlew build publish -Pnative.extension=${{ matrix.ext }} --console=plain --info --build-cache --configure-on-demand --parallel