Constant cache key

This commit is contained in:
Philip Helger 2025-08-19 15:42:51 +02:00
parent 6cc9a6eea7
commit 3edc5c6ae4

View file

@ -10,7 +10,8 @@ before_script:
- export CI_JOB_TIMESTAMP="-Dbuild.timestamp=$(date --utc --iso-8601=seconds)" - export CI_JOB_TIMESTAMP="-Dbuild.timestamp=$(date --utc --iso-8601=seconds)"
cache: cache:
key: "$CI_JOB_NAME" # Change the cache key if major dependencies change
key: constant151
paths: paths:
- .m2/repository - .m2/repository