Skip to content

Commit 938cd46

Browse files
authored
Remove unnecessary github actions cache (#5447)
1 parent 46418d5 commit 938cd46

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-gradle-plugins.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ jobs:
104104
distribution: adopt
105105
java-version: 11
106106

107-
- name: Cache Gradle Wrapper
108-
uses: actions/cache@v2
109-
with:
110-
path: ~/.gradle/wrapper
111-
key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('examples/distro/gradle/wrapper/gradle-wrapper.properties') }}
112-
113107
- name: Local publish of artifacts
114108
uses: gradle/gradle-build-action@v2
115109
with:

0 commit comments

Comments
 (0)