[GRADLE-2716] Provide support for resolving custom status values with defined rank using latest.[custom] Created: 21/Mar/13 Updated: 03/Sep/13 Resolved: 03/Sep/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.8-rc-1 |
Type: | New Feature | ||
Reporter: | Daz DeBoer | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Issue Links: |
|
Description |
An ivy.xml file may contain arbitrary values for 'status' beyond the built-in 'integration', 'milestone' and 'release'. The resolving build should then be able to define a ranking of status values, so that eg 'snapshot' < 'candidate' < 'release'. Resolving 'latest.candidate' should then return the highest module version published with either 'candidate' or 'release' status. This issues is discussed at http://forums.gradle.org/gradle/topics/resolving_modules_with_custom_ivy_statuses |