Skip to content

Commit c9843e0

Browse files
committed
Remove Loom cache [skip ci]
1 parent 7b47c39 commit c9843e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
with:
2828
cache-read-only: ${{ !startsWith(github.ref, 'refs/heads/1.') }}
2929
gradle-home-cache-cleanup: true
30-
- name: Setup project Loom cache
31-
uses: actions/cache@v4
32-
with:
33-
path: |
34-
.gradle/loom-cache
35-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle.properties', '**/*.gradle*', '**/gradle-wrapper.properties') }}
36-
restore-keys: ${{ runner.os }}-gradle-
3730
- name: Build ModernFix using Gradle
3831
run: ./gradlew build
3932
- name: Upload Artifacts to GitHub

0 commit comments

Comments
 (0)