| Interface and Description |
|---|
| org.gradle.api.tasks.ConventionValue |
| org.gradle.tooling.model.eclipse.EclipseTask |
| org.gradle.api.tasks.testing.TestLogging
use
TestLogging instead |
| Class and Description |
|---|
| org.gradle.api.tasks.compile.Compile
This class has been replaced by
JavaCompile. |
| org.gradle.RefreshOptions
Use
StartParameter.setRefreshDependencies(boolean) instead. |
| org.gradle.api.plugins.ReportingBasePluginConvention
This convention has been deprecated and replaced by
ReportingExtension |
| Enum and Description |
|---|
| org.gradle.CacheUsage
This enum has been deprecated. Use
StartParameter.isRerunTasks() and StartParameter.isRecompileScripts() instead. |