diff --git a/.github/actions/gradle-run/action.yml b/.github/actions/gradle-run/action.yml index 501d3fd..2cb5494 100644 --- a/.github/actions/gradle-run/action.yml +++ b/.github/actions/gradle-run/action.yml @@ -29,19 +29,6 @@ runs: distribution: zulu java-version: 21 - - name: Cache Gradle dependencies - uses: actions/cache@v3 - with: - path: | - /root/.gradle/caches/modules-2 - /root/.gradle/caches/build-cache-1 - /root/.gradle/wrapper - !~/.gradle/caches/modules-2/files-* - key: ${{ runner.os }}-gradle-${{ hashFiles('build.gradle', 'gradle.properties') }} - restore-keys: | - ${{ runner.os }}-gradle- - - - name: Test if: ${{ contains(inputs.steps, 'test') }} shell: bash