diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8df83b7..ff798e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,15 +157,6 @@ jobs: distribution: 'temurin' java-version: '17' cache: 'gradle' - - name: Cache Gradle Build - uses: actions/cache@v3 - with: - path: | - ~/.gradle/caches/build-cache-* - ~/.gradle/buildOutputCleanup/cache.properties - key: gradle-builds-core-${{ github.sha }} - restore-keys: | - gradle-builds-${{ runner.os }} - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: