On 23/01/2011, at 4:47 AM, Merlyn Albery-Speyer wrote: > Odd. The gradle repo gradlew target works. The key difference is the > url. My gradle-wrapper.properties (output by gradle v0.9-rc3) is > configured this way: > > distributionVersion=0.9-rc-3 > urlRoot=http\://dist.codehaus.org/gradle > > Whereas the gradle/gradle/wrapper/gradle-wrapper.properties file is > configured differently: > distributionUrl=http > \://gradle.artifactoryonline.com/gradle/distributions/gradle-0.9.1-bin.zip > > Presumably the gradle-wrapper mechanism has changed and older versions > of gradle will not bootstrap to newer versions out of the box.
That's right. We moved from dist.codehaus.org to gradle.artifactoryonline.com for distributions from Gradle 0.9 onwards. The old versions still configure the wrapper to download distributions from dist.codehaus.org, but you can override this in the wrapper.properties if you like. Or just use a new version to create the wrapper. > > Cheers, > Merlyn > > On Sat, 2011-01-22 at 08:45 -0800, Merlyn Albery-Speyer wrote: >> Hey all, >> >> I'm not seeing the gradle wrapper artifact for v0.9.1*. I had a look >> through the gradle repo root build.gradle and didn't see anything about >> uploading that wasn't to do with artifactory. If it is missing, is there >> a reason why it shouldn't be rolled into the artifact upload process? >> >> Cheers, >> Merlyn >> >> * http://dist.codehaus.org/gradle/gradle-0.9.1-bin.zip >> > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
