Hi, Gradle 0.9-rc-2 is now available. This release contains fixes for quite a few issues.
Downloads available at: http://www.gradle.org/downloads.html Release notes: http://docs.codehaus.org/display/GRADLE/Gradle+0.9+Release+Notes There are a handful of new features in this release: * Added a build profiler. Run with --profile to generate an html report (thanks to Steve Appling for this) * Added 'projects' task to show the project hierarchy * Updated to Groovy 1.7.5, Ivy 2.2.0 Deprecations: * Deprecated -t/--tasks in favour of 'gradle tasks' * Deprecated -n/--dependencies in favour of 'gradle dependencies' * Deprecated -r/--properties in favour of 'gradle properties' * Deprecated absolutePath() in favour of absoluteProjectPath() Breaking changes from 0.9-rc-1 * For the IDE XML generation tasks, the withXml { } method now takes an XmlProvider, rather than a groovy.util.Node. This affects IdeaModule, IdeaProject, IdeaWorkspace, EclipseClasspath, EclipseProject. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
