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/deploy_library_releases.yml | |
parent | e7ab2cda77f688f5f256024d26a7d2443c56a254 (diff) |
Remove setup-java Gradle cache (#1815)
Diffstat (limited to '.github/workflows/deploy_library_releases.yml')
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 9d7bfd03..3f3437e9 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 |