Ci: Modify gradle-cache definition to fix path issue

This commit is contained in:
Lars Simon Winzer
2026-03-30 14:50:42 +02:00
parent 4a4af3807a
commit d027696580
+3 -1
View File
@@ -6,11 +6,13 @@ stages:
# Reusable definitions
.gradle-cache: &gradle-cache
variables:
GRADLE_USER_HOME: '$CI_PROJECT_DIR/.gradle-home'
cache:
key: '$CI_PROJECT_ID-gradle'
paths:
- .gradle/
- ~/.gradle/caches/
- .gradle-home/
.on-commit: &on-commit
rules: