Package | Description |
---|---|
org.gradle.api.dsl |
This package will be removed in Gradle 5.0.
|
Interface | Description |
---|---|
org.gradle.api.file.DirectoryVar |
Use
DirectoryProperty instead. |
org.gradle.api.file.RegularFileVar |
Use
RegularFileProperty instead. |
org.gradle.api.provider.PropertyState |
Use
Property instead. |
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.
|
Class | Description |
---|---|
org.gradle.api.dsl.ConventionProperty |
This class will be removed in Gradle 5.0.
|
Annotation Type | Description |
---|---|
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.plugins.ear.EarPluginConvention(FileResolver, Instantiator) |
Use public
ObjectFactory constructor instead of this one using internal Instantiator . |