Explorar el Código

Remove build cache

Him188 hace 4 años
padre
commit
a84fe1bd85
Se han modificado 1 ficheros con 0 adiciones y 14 borrados
  1. 0 14
      .github/workflows/build.yml

+ 0 - 14
.github/workflows/build.yml

@@ -38,13 +38,6 @@ jobs:
           distribution: 'adopt'
           java-version: ${{ matrix.java }}
 
-      - name: Cache Gradle packages
-        uses: actions/[email protected]
-        with:
-          path: ~/.gradle/caches
-          key: ${{ runner.os }}-${{ matrix.java }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
-          restore-keys: ${{ runner.os }}-gradle
-
       - name: chmod -R 777 *
         run: chmod -R 777 *
 
@@ -80,13 +73,6 @@ jobs:
           distribution: 'adopt'
           java-version: ${{ matrix.java }}
 
-      - name: Cache Gradle packages
-        uses: actions/[email protected]
-        with:
-          path: ~/.gradle/caches
-          key: ${{ runner.os }}-${{ matrix.java }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
-          restore-keys: ${{ runner.os }}-gradle
-
       - name: chmod -R 777 *
         run: chmod -R 777 *