Skip to content

Commit

Permalink
Include settings.gradle hash in cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealWormbo committed Mar 6, 2025
1 parent e659700 commit 41fdfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
./.gradle/loom-cache/remapped-mods
./Forge/build/moddev
./Xplat/build/moddev
key: ${{ runner.os }}-gradle-${{ hashFiles('**/build.gradle', '**/gradle.properties', '**/gradle-wrapper.properties') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('**/build.gradle', './gradle.properties', './settings.gradle', '**/gradle-wrapper.properties') }}
- name: Check lang files
run: ./scripts/check_lang.sh
- name: Calculate artifact names
Expand Down

0 comments on commit 41fdfed

Please sign in to comment.