Skip to end of metadata
Go to start of metadata

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_HOME removed. The gradle and gradlew commands no longer support the GRADLE_HOME environment variable.
  • Command-line options -A and --dep-tasks removed.

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 beforeConfigured and whenConfigured.

Deprecations

  • Deprecated DomainObjectCollection.allObjects(), TaskCollection.allTasks() and PluginCollection.allPlugins(). These are replaced by DomainObjectCollection.all().
Labels
  • None