| Package | Description |
|---|---|
| org.gradle.api.dsl |
This package will be removed in Gradle 5.0.
|
| Interface | Description |
|---|---|
| org.gradle.api.tasks.CompatibilityAdapterForTaskInputs |
The interface is only here to allow plugins built against Gradle 2.x to run and it will be removed in Gradle 5.0.
|
| org.gradle.api.tasks.CompatibilityAdapterForTaskOutputs |
The interface is only here to allow plugins built against Gradle 2.x to run and it will be removed in Gradle 5.0.
|
| org.gradle.api.tasks.compile.CompilerArgumentProvider |
Use
CommandLineArgumentProvider directly. |
| org.gradle.api.file.DirectoryVar |
Use
DirectoryProperty instead. |
| org.gradle.api.provider.PropertyState |
Use
Property instead. |
| org.gradle.api.file.RegularFileVar |
Use
RegularFileProperty instead. |
| Class | Description |
|---|---|
| org.gradle.api.dsl.ConventionProperty |
This class will be removed in Gradle 5.0.
|
| Annotation Type | Description |
|---|---|
| org.gradle.api.plugins.DeferredConfigurable |
without replacement.
|
| org.gradle.api.Nullable |
Use
Nullable instead. |
| Field | Description |
|---|---|
| org.gradle.api.plugins.JavaPlugin.COMPILE_CONFIGURATION_NAME |
Users should prefer
JavaPlugin.API_CONFIGURATION_NAME or JavaPlugin.IMPLEMENTATION_CONFIGURATION_NAME. |
| org.gradle.api.plugins.JavaPlugin.RUNTIME_CONFIGURATION_NAME |
Consumers should use
JavaPlugin.RUNTIME_ELEMENTS_CONFIGURATION_NAME instead. |
| org.gradle.api.plugins.JavaPlugin.TEST_RUNTIME_CONFIGURATION_NAME |
Use
JavaPlugin.TEST_RUNTIME_CLASSPATH_CONFIGURATION_NAME instead. |
| Constructor | Description |
|---|---|
| org.gradle.api.plugins.ApplicationPluginConvention(Project) |
Creating instances of this class is deprecated. These should be created by the application plugin only.
|
| org.gradle.api.plugins.BasePluginConvention(Project) |
Creating instances of this class is deprecated. These should be created by the base plugin only.
|
| org.gradle.plugins.ear.EarPluginConvention(FileResolver, ObjectFactory) |
Creating instances of this class is deprecated. These should be created by the EAR plugin only.
|
| org.gradle.plugins.ear.EarPluginConvention(FileResolver, Instantiator) |
Creating instances of this class is deprecated. These should be created by the EAR plugin only.
|
| org.gradle.api.plugins.JavaPluginConvention(ProjectInternal, Instantiator) |
Creating instances of this class is deprecated. These should be created by the Java base plugin only.
|
| org.gradle.api.plugins.osgi.OsgiPluginConvention(ProjectInternal) |
Creating instances of this class is deprecated. These should be created by the OSGi plugin only.
|
| org.gradle.api.plugins.ProjectReportsPluginConvention(Project) |
Creating instances of this class is deprecated. These should be created by the reporting base plugin only.
|
| org.gradle.api.plugins.WarPluginConvention(Project) |
Creating instances of this class is deprecated. These should be created by the WAR plugin only.
|