Skip to end of metadata
Go to start of metadata

Gradle 1.0-milestone-2 has not been released yet. This is a draft only.

  1. #New and Noteworthy
  2. #Migrating from 1.0-milestone-1
  3. #Fixed Jira Issues

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.moduleName property, to allow you to customize the name of the generated IDEA module.
  • The application plugin now provides an applicationName property, 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
  • None