Skip to content

Commit

Permalink
ci: hopefully fix gradle cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Mar 9, 2025
1 parent 25dc621 commit 74e5914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ cache:
- .gradle
- key:
files:
- "*.kts"
- "build.gradle.kts"
- "gradle.properties"
paths:
- .gradle_home/caches
- $GRADLE_USER_HOME/caches
- key:
files:
- "gradle/wrapper/gradle-wrapper.properties"
paths:
- .gradle_home/wrapper
- $GRADLE_USER_HOME/wrapper
- key:
"minosoft-assets"
paths:
Expand Down

0 comments on commit 74e5914

Please # to comment.