[GRADLE-858] Gradle Wrapper tasks writes incorrect URL for pre-release distributions Created: 19/Mar/10 Updated: 04/Jan/13 Resolved: 24/Dec/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.9.1 |
Type: | Bug | ||
Reporter: | Russel Winder | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
The Gradle Wrapper task always writes the url http://dist.codehaus.org/gradle no matter what the version number. Pre-release versions should have the URL http://snapshots.dist.codehaus.org/gradle. Decision making is easy based on the nature of the version number. |
Comments |
Comment by Hans Dockter [ 17/Apr/10 ] |
You can always change the gradle-wrapper.properties file manually. Therefore I don't think this is critical. |
Comment by Adam Murdoch [ 24/Dec/10 ] |
This is fixed for post-0.9 snapshots only. |