| Interface and Description |
|---|
| org.gradle.model.collection.CollectionBuilder
use
ModelMap instead |
| org.gradle.api.artifacts.ConflictResolution |
| org.gradle.api.tasks.ConventionValue |
| org.gradle.model.collection.ManagedSet
use
ModelSet instead |
| org.gradle.api.artifacts.Module |
| Field and Description |
|---|
| org.gradle.api.logging.Logging.ANT_IVY_2_SLF4J_LEVEL_MAPPER |
| Method and Description |
|---|
| org.gradle.StartParameter.getParallelThreadCount()
Use getMaxWorkerCount or isParallelProjectExecutionEnabled instead.
|
| org.gradle.tooling.model.Task.getProject()
Do not use this method. It is assumed that the caller already has a reference to owning project.
|
| org.gradle.platform.base.ComponentSpec.getSource()
This method is replaced with
ComponentSpec.getSources(). |
| org.gradle.platform.base.BinarySpec.getSource()
This method is replaced with
BinarySpec.getInputs(). |
| org.gradle.StartParameter.setParallelThreadCount(int) |