Remove Loom cache [skip ci]

This commit is contained in:
embeddedt 2025-12-26 18:16:41 -05:00
parent 7b47c39e6b
commit c9843e08bd
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -27,13 +27,6 @@ jobs:
with:
cache-read-only: ${{ !startsWith(github.ref, 'refs/heads/1.') }}
gradle-home-cache-cleanup: true
- name: Setup project Loom cache
uses: actions/cache@v4
with:
path: |
.gradle/loom-cache
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle.properties', '**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle-
- name: Build ModernFix using Gradle
run: ./gradlew build
- name: Upload Artifacts to GitHub