[GRADLE-2738] conflict resolution with a mix of dynamic versions and static versions may downgrade a version Created: 08/Apr/13 Updated: 28/Jun/13 Resolved: 28/Jun/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.7-rc-1 |
Type: | Bug | ||
Reporter: | Szczepan Faber | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
If module participates in conflict resolution and candidates are declared by a mix of dynamic versions and static versions, then the dynamic constraints incorrectly downgrades a version. Example: 1. Candidates of conflict resolution: foo:1.0, foo:[1.5, 1.9], foo:2.0+ Please look for a test case for this issue in the codebase (marked with @Issue). |