Przeglądaj źródła

Remove unnecessary github actions cache (#5447)

Trask Stalnaker 3 lat temu
rodzic
commit
938cd46480
1 zmienionych plików z 0 dodań i 6 usunięć
  1. 0 6
      .github/workflows/release-gradle-plugins.yml

+ 0 - 6
.github/workflows/release-gradle-plugins.yml

@@ -104,12 +104,6 @@ jobs:
           distribution: adopt
           java-version: 11
 
-      - name: Cache Gradle Wrapper
-        uses: actions/cache@v2
-        with:
-          path: ~/.gradle/wrapper
-          key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('examples/distro/gradle/wrapper/gradle-wrapper.properties') }}
-
       - name: Local publish of artifacts
         uses: gradle/gradle-build-action@v2
         with: