-
Packages Package Description org.gradle.api.dsl This package will be removed in Gradle 5.0.
-
Interfaces Interface Description org.gradle.api.file.DirectoryVar UseDirectoryPropertyinstead.org.gradle.api.file.RegularFileVar UseRegularFilePropertyinstead.org.gradle.api.provider.PropertyState UsePropertyinstead.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 UseNullableinstead.
-
Fields Field Description org.gradle.api.plugins.JavaPlugin.COMPILE_CONFIGURATION_NAME Users should preferJavaPlugin.API_CONFIGURATION_NAMEorJavaPlugin.IMPLEMENTATION_CONFIGURATION_NAME.org.gradle.api.plugins.JavaPlugin.RUNTIME_CONFIGURATION_NAME Consumers should useJavaPlugin.RUNTIME_ELEMENTS_CONFIGURATION_NAMEinstead.org.gradle.api.plugins.JavaPlugin.TEST_RUNTIME_CONFIGURATION_NAME UseJavaPlugin.TEST_RUNTIME_CLASSPATH_CONFIGURATION_NAMEinstead.
-
Constructors Constructor Description org.gradle.plugins.ear.EarPluginConvention(FileResolver, Instantiator) Use publicObjectFactoryconstructor instead of this one using internalInstantiator.