rules_jvm_external icon indicating copy to clipboard operation
rules_jvm_external copied to clipboard

FR: Ability to customize the location of RJE_UNSAFE_CACHE

Open tharakadesilva opened this issue 1 year ago • 0 comments

This is to help caching in Gitlab CI.

Gitlab CI only allows caching things that are in the cloned repo. When working with Maven, we do something like -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository.

Would be nice to have something like RJE_UNSAFE_CACHE_LOCATION to help configure things so that we can cache the unsafe cache location.

This is mainly for our Renovate jobs that run the repinning.

tharakadesilva avatar Jun 04 '24 09:06 tharakadesilva