Skip to content

Commit

Permalink
Build: bump cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
DJtheRedstoner committed Jul 7, 2023
1 parent 876465c commit e296904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
**/loom-cache
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
key: ${{ runner.os }}-gradle-v2-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
${{ runner.os }}-gradle-v2-
- run: ./gradlew --no-daemon build

0 comments on commit e296904

Please sign in to comment.