Enable gradle configuration cache with flag in ci and fix path issue #211

Merged
lars.winzer merged 2 commits from chore/23-improve-speed-of-gradle-ci-jobs into main 2026-03-30 14:59:42 +02:00
Showing only changes of commit d027696580 - Show all commits
+3 -1
View File
@@ -6,11 +6,13 @@ stages:
# Reusable definitions # Reusable definitions
.gradle-cache: &gradle-cache .gradle-cache: &gradle-cache
variables:
GRADLE_USER_HOME: '$CI_PROJECT_DIR/.gradle-home'
cache: cache:
key: '$CI_PROJECT_ID-gradle' key: '$CI_PROJECT_ID-gradle'
paths: paths:
- .gradle/ - .gradle/
- ~/.gradle/caches/ - .gradle-home/
.on-commit: &on-commit .on-commit: &on-commit
rules: rules: