Newer 1.0-milestone-9 snapshot available

A newer, better 1.0-milestone-9 snapshot is now available! It would be very helpful if you could give it a spin in your project and give us feedback. You are just a quick update to gradle-wrapper.properties away from checking out this snapshot. Complete instructions for using the snapshot can be found here.

We needed another snapshot to make sure following fixes are included: -a fix for issue with file permissions of files unzipped by Gradle (GRADLE-2158) -non-Ant Java compiler integrations now honor compile.options.debugOptions.debugLevel

Have a look at the release notes for details, and a list of bug fixes.

Please read the migration guide, as there are some deprecations and potential breaking changes.

Gradle 1.0-milestone-9 will be the last release before we go into the RC phase for 1.0 final. For more on the process from here to 1.0 final, see this post.

Could you please push to http://gradle.artifactoryonline.com/gradle/distributions/ so we can use this from gradlew.

Thanks!

@sappling You can have gradlew pull the gradle dist from almost anywhere. The easiest is by changing the the gradle/wrapper/gradle-wrapper.properties. But you can also specify in the Wrapper task. What’s the advantage of using gradle.artifactoryonline.com vs services.gradle.org?

This is my gradle/wrapper/gradle-wrapper.properties (it needs to be updated to the snapshot which was just posted):

#Fri Mar 09 10:36:10 PST 2012
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-1.0-milestone-9-20120309103546+0100-bin.zip

services.gradle.org is the new source for distributions. The gradle.artifactoryonline.com repo is on the way out.

Ok, I guess I missed that info somehow. All the old milestones have been posted there and I didn’t realize it was going away. Thanks for the clarification.