From deac3c4029fbada1bd0371ddc7fd9e5c77dbde73 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 31 Mar 2022 23:20:09 +0530 Subject: [PATCH] Remove setup-java Gradle cache (#1815) --- .github/workflows/deploy_github_releases.yml | 1 - .github/workflows/deploy_library_releases.yml | 1 - .github/workflows/deploy_snapshot.yml | 1 - .github/workflows/draft_new_release.yml | 1 - .github/workflows/pull_request.yml | 6 ------ .github/workflows/sync_crowdin.yml | 1 - .github/workflows/update_publicsuffix_data.yml | 1 - 7 files changed, 12 deletions(-) diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 6a8b06213..6d95d7cdb 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -17,7 +17,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Decrypt secrets run: scripts/signing-setup.sh "$ENCRYPT_KEY" diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 9d7bfd036..3f3437e96 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -17,7 +17,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Determine publishing task id: task-select diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index a0ef87131..688b73ec3 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -19,7 +19,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Decrypt secrets run: scripts/signing-setup.sh "$ENCRYPT_KEY" diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index c4b74c0cb..b013a28c4 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -41,7 +41,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Update changelog uses: thomaseizinger/keep-a-changelog-new-release@1.3.0 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a345b56c9..dbbfced99 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -33,7 +33,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Copy CI gradle.properties if: "${{ steps.service-changed.outputs.result == 'true' }}" @@ -68,7 +67,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Copy CI gradle.properties if: "${{ steps.service-changed.outputs.result == 'true' }}" @@ -110,7 +108,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Copy CI gradle.properties if: "${{ steps.service-changed.outputs.result == 'true' }}" @@ -145,7 +142,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Copy CI gradle.properties if: "${{ steps.service-changed.outputs.result == 'true' }}" @@ -180,7 +176,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Copy CI gradle.properties if: "${{ steps.service-changed.outputs.result == 'true' }}" @@ -215,7 +210,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Copy CI gradle.properties if: "${{ steps.service-changed.outputs.result == 'true' }}" diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index d74e40c84..727cc0518 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -16,7 +16,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Download new translations from Crowdin uses: gradle/gradle-build-action@v2.1.5 diff --git a/.github/workflows/update_publicsuffix_data.yml b/.github/workflows/update_publicsuffix_data.yml index 34940a7dd..46b30c570 100644 --- a/.github/workflows/update_publicsuffix_data.yml +++ b/.github/workflows/update_publicsuffix_data.yml @@ -16,7 +16,6 @@ jobs: with: distribution: zulu java-version: 17 - cache: gradle - name: Download new publicsuffix data uses: gradle/gradle-build-action@v2.1.5