[GRADLE-2534] latest.integration ignores versions published without a metadata file when there are older versions published with a metadata file Created: 24/Oct/12 Updated: 10/Nov/13 Resolved: 10/Nov/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.10-rc-1 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Comments |
Comment by Adam Murdoch [ 25/Oct/12 ] |
For example, if I have the following: /myorg/ mymodule/ 1.3/ mymodule-1.3.jar 1.2/ ivy.xml mymodule-1.2.jar then 'latest.integration' will match 1.2 instead of 1.3. |