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.
@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):
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.