Task
implementations.Class | Description |
---|---|
AbstractDependencyReportTask |
Displays the dependency tree for a configuration.
|
AbstractReportTask | Deprecated.
Use
ProjectBasedReportTask instead. |
BuildEnvironmentReportTask |
Provides information about the build environment for the project that the task is associated with.
|
ConventionReportTask |
The base class for all project based report tasks with custom task actions.
|
DependencyInsightReportTask |
Generates a report that attempts to answer questions like:
Why is this dependency in the dependency graph?
Exactly which dependencies are pulling this dependency into the graph?
What is the actual version (i.e.
|
DependencyReportTask |
Displays the dependency tree for a project.
|
OutgoingVariantsReportTask |
A task which reports the outgoing variants of a project on the command line.
|
ProjectBasedReportTask |
The base class for all Project based project report tasks.
|
ProjectReportTask |
Displays a list of projects in the build.
|
PropertyReportTask |
Displays the properties of a project.
|
TaskReportTask |
Displays a list of tasks in the project.
|