Gradle 1.0-milestone-9 released!

The Gradle 1.0-milestone-9 is now available!

For the complete list of features and bug fixes take a look at the release notes. Please read the migration guide as there are some notable deprecations and potential breaking changes.

You are just a quick update to gradle-wrapper.properties away from checking out this new release. Your wrapper needs this:

distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-milestone-9-bin.zip

Gradle 1.0-milestone-9 is planned to be the last milestone 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.

Cheers!

Strange - gradle had somehow set my value for this repo to be

distributionUrl=http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-9-bin.zip This dir does contains distros but only up the milestone-8 so my build failed. Changing it to the one above fixed it, but you might want to look at what this second repo is doing? Tim