Details
-
Type:
New Feature
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-milestone-6
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 GRADLE-646
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