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
lars.winzer commented 2026-03-30 14:58:29 +02:00 (Migrated from git.scicore.unibas.ch)

Added --configuration-cache flag to enable configuration cache and --configuration-cache-problems=warn to warn on problems instead of aborting the job

Fixed the path issue as absolute paths dont work for GitLab jobs. Instead, the dependency-cache was moved to a absolute path by a variable to be saved in the cache.

Note

As this GitLab instance has no dedicated cache, the cache is locally saved for each runner.

Added `--configuration-cache` flag to enable configuration cache and `--configuration-cache-problems=warn` to warn on problems instead of aborting the job Fixed the path issue as absolute paths dont work for GitLab jobs. Instead, the dependency-cache was moved to a absolute path by a variable to be saved in the cache. > [!note] > > As this GitLab instance has no dedicated cache, the cache is locally saved for each runner.
lars.winzer commented 2026-03-30 14:59:42 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit b10b736321

mentioned in commit b10b7363218e0f8f8f3254727619ae0aabe7d642
lars.winzer (Migrated from git.scicore.unibas.ch) merged commit b10b736321 into main 2026-03-30 14:59:42 +02:00
lars.winzer commented 2026-03-30 15:00:01 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in task #23

mentioned in task #23
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#211