vy commented on code in PR #389:
URL: https://github.com/apache/logging-parent/pull/389#discussion_r3699952585
##########
.github/workflows/build-reusable.yaml:
##########
@@ -89,7 +89,41 @@ jobs:
with:
distribution: zulu
java-version: ${{ inputs.java-version }}
- cache: maven
+
+ #
+ # Sets up Mimír (https://maveniverse.eu/docs/mimir/) to cache artifacts
from remote repositories
+ #
+ # Unlike the local Maven repository, Mimír cannot be used to stage
locally generated artifacts or snapshots.
+ # Therefore, it can be reused between builds, even on different
architectures.
+ # Since the size of the cache increases in time, as we download new
dependency versions, we reset the cache
+ # once a month.
Review Comment:
Where/How do we evict out-of-date cache entries?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]