lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

Ivy build system should be able to share local cache with sbt #45

Closed jsuereth closed 1 year ago

jsuereth commented 11 years ago

This means we should be using the same mechanisms as sbt to prevent "which repository this came from" information from corrupting the cache. However, we should be able to share resolution of ivy artifacts, so we don't take a long time to resolve things, but can share results between builds for "stable" artifacts. (thinks published to maven/ivy).

SethTisue commented 1 year ago

hasn't bitten the community build 🤷