Have a look at Gradle 0.9.2 Release Notes for more information about the new features in this release |
Command-line changes
- Environment variable
GRADLE_HOMEremoved. Thegradleandgradlewcommands no longer support theGRADLE_HOMEenvironment variable. - Command-line options
-Aand--dep-tasksremoved.
IDEA and Eclipse plugin changes
- The IDEA and Eclipse plugins now configure the IDEs to compile classes into their respective default locations, rather than attempting to share the Gradle classes directory.
- The IDEA and Eclipse plugins no longer merge any existing classpath defined in the IDE configuration files with the classpaths defined in the Gradle build. The plugins will always replace the existing classpath with that defined in the Gradle build. You can reproduce the old behaviour using a combination of
beforeConfiguredandwhenConfigured.
Deprecations
- Deprecated
DomainObjectCollection.allObjects(),TaskCollection.allTasks()andPluginCollection.allPlugins(). These are replaced byDomainObjectCollection.all().
Labels
