diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-03-31 23:20:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 17:50:09 +0000 |
commit | deac3c4029fbada1bd0371ddc7fd9e5c77dbde73 (patch) | |
tree | 5b8a6d2ca8e42a75179968775c02712e0f6db620 /.github/workflows/pull_request.yml | |
parent | e7ab2cda77f688f5f256024d26a7d2443c56a254 (diff) |
Remove setup-java Gradle cache (#1815)
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a345b56c..dbbfced9 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' }}" |