Jelajahi Sumber

Remove build cache

Him188 4 tahun lalu
induk
melakukan
a84fe1bd85
1 mengubah file dengan 0 tambahan dan 14 penghapusan
  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 *