We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b47c39 commit c9843e0Copy full SHA for c9843e0
.github/workflows/gradle.yml
@@ -27,13 +27,6 @@ jobs:
27
with:
28
cache-read-only: ${{ !startsWith(github.ref, 'refs/heads/1.') }}
29
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-
37
- name: Build ModernFix using Gradle
38
run: ./gradlew build
39
- name: Upload Artifacts to GitHub
0 commit comments