Hi,

we have released an API-stable preview of the upcoming 0.9 release.

There are a work-in-progress pages in our wiki describing new features and
breaking changes:

http://docs.codehaus.org/display/GRADLE/Gradle+0.9+Release+Notes
http://docs.codehaus.org/display/GRADLE/Gradle+0.9+Breaking+Changes

You can download it from here:
http://dist.codehaus.org/gradle/gradle-0.9-preview-1-all.zip

We have also redesigned our website. Drop by and have a look :) Feedback is
welcome.

We plan to release gradle-0.9 within the next 1-2 weeks.

For all Gradle-0.9 snapshot users:

There are a couple of changes that might break your build:

apply id: 'java', is now apply plugin: 'java'
apply type: JavaPlugin is now apply plugin: JavaPlugin
apply url: 'somePath' is now apply from: 'somePath'

Using a copy spec for copying has changed:

copy {
   from copySpec
}

is now

copy {
   with copySpec
}

- Hans

--
Hans Dockter
Founder, Gradle
http://www.gradle.org, http://twitter.com/gradleorg
CEO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.biz

Reply via email to