Have a look at Gradle 1.0-milestone-1 Release Notes for more information about the new features in this release |
Eclipse Plugin
- The
eclipseClasspathtask no longer merges classpath entries present in the classpath file. It replaces all classpath entries with the dependencies declared in the build script. - The
eclipseWtptask has been split intoeclipseWtpComponentandeclipseWtpFacettasks. These tasks now use the exact same configuration hooks as all other Eclipse tasks. - The
eclipseWtp.sourceSetsproperty has been replaced witheclipseWtpComponent.sourceDirs.
IDEA Plugin
- The
ideaModuletask no longer merges libraries present in the module file. It replaces all libraries with the dependencies declared in the build script. - The
ideaModuletask 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
