-
Packages Package Description org.gradle.api.dsl This package will be removed in Gradle 5.0.
-
Interfaces Interface Description org.gradle.api.file.DirectoryVar UseDirectoryProperty
instead.org.gradle.api.file.RegularFileVar UseRegularFileProperty
instead.org.gradle.api.provider.PropertyState UseProperty
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.
-
Classes Class Description org.gradle.api.dsl.ConventionProperty This class will be removed in Gradle 5.0.
-
Annotation Types Annotation Type Description org.gradle.api.Nullable UseNullable
instead.
-
Fields Field Description org.gradle.api.plugins.JavaPlugin.COMPILE_CONFIGURATION_NAME Users should preferJavaPlugin.API_CONFIGURATION_NAME
orJavaPlugin.IMPLEMENTATION_CONFIGURATION_NAME
.org.gradle.api.plugins.JavaPlugin.RUNTIME_CONFIGURATION_NAME Consumers should useJavaPlugin.RUNTIME_ELEMENTS_CONFIGURATION_NAME
instead.org.gradle.api.plugins.JavaPlugin.TEST_RUNTIME_CONFIGURATION_NAME UseJavaPlugin.TEST_RUNTIME_CLASSPATH_CONFIGURATION_NAME
instead.
-
Constructors Constructor Description org.gradle.plugins.ear.EarPluginConvention(FileResolver, Instantiator) Use publicObjectFactory
constructor instead of this one using internalInstantiator
.