[GRADLE-1899] fail on version conflict Created: 07/Nov/11 Updated: 04/Jan/13 Resolved: 07/Nov/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-6 |
Type: | New Feature | ||
Reporter: | Szczepan Faber | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 0 |
Description |
Currently, gradle uses 'newest' conflict resolution strategy by default. See http://gradle.org/current/docs/userguide/userguide_single.html#sec:dependency_management_overview Add a configuration option to fail eagerly when any version conflict occurs. First step in tackling |
Comments |
Comment by Szczepan Faber [ 07/Nov/11 ] |
Implemented. See the example here. After the release the docs/examples can be found at our usual location of the dsl reference for the ResolutionStrategy |