Enable gradle configuration cache with flag in ci and fix path issue #211
Reference in New Issue
Block a user
Delete Branch "chore/23-improve-speed-of-gradle-ci-jobs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added
--configuration-cacheflag to enable configuration cache and--configuration-cache-problems=warnto warn on problems instead of aborting the jobFixed 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.
mentioned in commit
b10b736321mentioned in task #23