Kaynağa Gözat

Remove build cache

Him188 4 yıl önce
ebeveyn
işleme
a84fe1bd85
1 değiştirilmiş dosya ile 0 ekleme ve 14 silme
  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 *