aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_library_releases.yml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-03-31 23:20:09 +0530
committerGitHub <noreply@github.com>2022-03-31 17:50:09 +0000
commitdeac3c4029fbada1bd0371ddc7fd9e5c77dbde73 (patch)
tree5b8a6d2ca8e42a75179968775c02712e0f6db620 /.github/workflows/deploy_library_releases.yml
parente7ab2cda77f688f5f256024d26a7d2443c56a254 (diff)
Remove setup-java Gradle cache (#1815)
Diffstat (limited to '.github/workflows/deploy_library_releases.yml')
-rw-r--r--.github/workflows/deploy_library_releases.yml1
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