Skip to content

Commit

Permalink
fix: include versions hash in github cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 authored Jul 1, 2024
1 parent a011443 commit 51ff820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
~/.gradle/caches
~/.gradle/loom-cache
~/.gradle/wrapper
key: gradle-${{ hashFiles('**/gradle-wrapper.properties') }}-${{ hashFiles('./gradle.properties') }}
key: gradle-${{ hashFiles('**/gradle-wrapper.properties') }}-${{ hashFiles('./gradle.properties') }}-${{ hashFiles('./libs.versions.toml') }}
restore-keys: gradle

- name: Validate Gradle Wrapper
Expand Down

0 comments on commit 51ff820

Please sign in to comment.