Gradle 1.0-milestone-2 has not been released yet. This is a draft only. |
New and Noteworthy
Sonar support
There is a new sonar plugin, which allows you to analyse your project using Sonar from your Gradle build.
Small changes
- The idea plugin now provides an
ideaModule.moduleNameproperty, to allow you to customize the name of the generated IDEA module. - The application plugin now provides an
applicationNameproperty, to allow you to customize the name of the application. - The
CopySpec.into(dest)and {{CopySpec.into(dest) { } }} methods now accept a closure as the destination path, to allow for lazy evaluation of the destination path.
Migrating from 1.0-milestone-1
Gradle 1.0-milestone-2 Breaking Changes
Fixed Jira Issues
Labels
