Hans & team,

Congrats on the pre-release and the new website! They are both improvements :-)

Steven



________________________________
De : Hans Dockter <[email protected]>
À : [email protected]
Envoyé le : Lun 29 mars 2010, 20 h 26 min 08 s
Objet : [gradle-user] [ANN] Gradle-0.9-preview-1 released

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