sbt/ivy/src/main
Eugene Yokota 8d33aa6482 Consolidated resolution. Fixes #413
This adds a new setting key called updateOptions, which can enable
consolidated resolution for update task.
The consolidated resolution automatically generates an artificial
module descriptor based on the SHA-1 of all external dependencies.
This consolidates the Ivy resolution of identical Ivy dependency
graph across multiple subprojects.

This is how it's enabled:

    updateOptions := updateOptions.value.withConsolidatedResolution(true)
2014-07-24 02:12:46 -04:00
..
java/sbt Silence boring Eclipse warnings: @SuppressWarnings("rawtypes") 2013-01-22 09:05:15 -05:00
scala/sbt Consolidated resolution. Fixes #413 2014-07-24 02:12:46 -04:00