mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
This adds a new setting that allows users to configure Coursier's FileCache to cache local file:// artifacts. When enabled, artifacts from local repositories are copied to the cache directory, which is useful for scenarios like bundling compiler artifacts in a local repo for offline use. Fixes #7547