Hi there,

I've added a port called "gradle-devel" (https://trac.macports.org/ticket/24302) to macports (http://www.macports.org), which uses the latest 0.9-preview-1 version of gradle. To get the stable release (0.8) via macports you can use the port "gradle"

regards,
René

Hans Dockter schrieb:
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






--
------------------------------------
Rene Groeschke

[email protected]
http://www.breskeby.com
http://twitter.com/breskeby
------------------------------------


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to