Gradle 1.0-milestone-3 Breaking Changes

Skip to end of metadata
Go to start of metadata
Have a look at Gradle 1.0-milestone-3 Release Notes for more information about the new features in this release

Application plugin

  • The install task has been renamed installApp.

GradleLauncher deprecated

The GradleLauncher API has been deprecated. This class has been replaced by the tooling API for launching builds, and will be removed in the very near future.

See ProjectConnection for details, and the samples in $gradleHome/samples/toolingApi.

Open API deprecated

The open API has been deprecated. This includes usages of org.gradle.openapi.external.ui.UIFactory and org.gradle.openapi.external.runner.GradleRunnerFactory. This API has been replaced by the tooling API for launching and querying builds, and will be removed in a future release of Gradle.

See ProjectConnection for details, and the samples in $gradleHome/samples/toolingApi.

Package and class name changes

  • org.gradle.plugins.ide.eclipse.EclipseProject has been renamed to org.gradle.plugins.ide.eclipse.GenerateEclipseProject
  • org.gradle.plugins.ide.eclipse.EclipseClasspath has been renamed to org.gradle.plugins.ide.eclipse.GenerateEclipseClasspath
  • org.gradle.plugins.ide.eclipse.EclipseJdt has been renamed to org.gradle.plugins.ide.eclipse.GenerateEclipseJdt
  • org.gradle.plugins.ide.eclipse.EclipseWtpComponent has been renamed to org.gradle.plugins.ide.eclipse.GenerateEclipseWtpComponent
  • org.gradle.plugins.ide.eclipse.EclipseWtpFacet has been renamed to org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.