Skip to content

Commit

Permalink
Fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Nov 20, 2023
1 parent b66f174 commit 99ea08f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
name: Setup Gradle
with:
gradle-home-cache-cleanup: true
gradle-home-cache-includes: |
caches/fabric-loom
gradle-home-cache-excludes: |
caches/build-cache-1
- name: Tag Release
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
name: Setup Gradle
with:
gradle-home-cache-cleanup: true
gradle-home-cache-includes: |
caches/fabric-loom
gradle-home-cache-excludes: |
caches/build-cache-1
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
name: Setup Gradle
with:
cache-read-only: ${{ !startsWith(github.ref, 'refs/heads/1.') }}
gradle-home-cache-includes: |
caches/fabric-loom
gradle-home-cache-excludes: |
caches/build-cache-1
env:
Expand Down

0 comments on commit 99ea08f

Please sign in to comment.