Skip to end of metadata
Go to start of metadata

Have a look at Gradle 1.0-milestone-1 Release Notes for more information about the new features in this release

Eclipse Plugin

  • The eclipseClasspath task no longer merges classpath entries present in the classpath file. It replaces all classpath entries with the dependencies declared in the build script.
  • The eclipseWtp task has been split into eclipseWtpComponent and eclipseWtpFacet tasks. These tasks now use the exact same configuration hooks as all other Eclipse tasks.
  • The eclipseWtp.sourceSets property has been replaced with eclipseWtpComponent.sourceDirs.

IDEA Plugin

  • The ideaModule task no longer merges libraries present in the module file. It replaces all libraries with the dependencies declared in the build script.
  • The ideaModule task only includes in the module those source directories which exist. It used to include all defined source directories.
  • The default module output directories now match IDEA's defaults. (The defaults were already changed in Gradle 0.9.2, but it turned out that they still didn't match IDEA's defaults.)
Labels
  • None