sbt/main
Eugene Yokota e997769971 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
..
actions/src Minor cleanups and fix Eval tests to work correctly. 2014-07-17 23:32:29 -04:00
command/src/main/scala/sbt Remove line of dead code. 2014-05-19 06:17:44 -07:00
settings/src Fix resolving Select(ThisProject) 2014-05-21 01:16:15 +01:00
src Consolidated resolution. Fixes #413 2014-07-24 02:12:46 -04:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00