Skip to content

Commit

Permalink
Actually, just upgrade cache action to v3
Browse files Browse the repository at this point in the history
v3 changelog says it fixes >2G bundles
  • Loading branch information
williewillus committed Sep 24, 2023
1 parent 76dac2c commit 049ebef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
- name: Validate gradlew integrity
uses: gradle/wrapper-validation-action@v1
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches/VanillaGradle/
~/.gradle/caches/fabric-loom/
~/.gradle/caches/forge_gradle/
~/.gradle/caches
~/.gradle/wrapper
./.gradle/loom-cache/remapped-mods
key: ${{ runner.os }}-gradle-${{ hashFiles('**/build.gradle', '**/gradle-wrapper.properties') }}
- name: Check lang files
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ subprojects {

repositories {
mavenCentral()

maven {
name = 'Sponge / Mixin'
url = 'https://repo.spongepowered.org/repository/maven-public/'
Expand Down

0 comments on commit 049ebef

Please sign in to comment.