Package-level declarations
The diagnostic org.gradle.api.Task implementations.
Types
Link copied to clipboard
Base class for reporting tasks which display information about attributes and related data associated to a variant/configuration.
Link copied to clipboard
Displays the dependency tree for a configuration.
Link copied to clipboard
The base class for all Project based project report tasks.
Link copied to clipboard
The base class for all project report tasks.
Link copied to clipboard
Provides information about the build environment for the project that the task is associated with.
Link copied to clipboard
The base class for all project based report tasks with custom task actions.
Link copied to clipboard
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. *selected* version) of the dependency that will be used? Is it the same as what was *requested*?
- Why is the *selected* version of a dependency different to the *requested*?
- What variants are available for this dependency?
Link copied to clipboard
Displays the dependency tree for a project.
Link copied to clipboard
@DisableCachingByDefault(because = "Produces only non-cacheable console output by examining configurations at execution time" )
A task which reports the outgoing variants of a project on the command line.
Link copied to clipboard
The base class for all Project based project report tasks.
Link copied to clipboard
Displays a list of projects in the build.
Link copied to clipboard
Displays the properties of a project.
Link copied to clipboard
@DisableCachingByDefault(because = "Produces only non-cacheable console output by examining configurations at execution time" )
A task which reports the configurations of a project which can be resolved on the command line.
Link copied to clipboard
Displays a list of tasks in the project.