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. 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
