diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 274fa64..daf9ea5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,17 +15,7 @@ jobs: uses: gradle/actions/setup-gradle@v5 with: cache-read-only: ${{ github.ref != 'refs/heads/main' }} - - name: Cache Gradle Build Cache - uses: actions/cache@v5 - with: - path: | - ~/.gradle/caches - ~/.gradle/wrapper - .gradle - key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle.properties') }} - restore-keys: | - ${{ runner.os }}-gradle- - name: Build with Gradle run: ./gradlew build - name: Test with Gradle - run: ./gradlew test \ No newline at end of file + run: ./gradlew test