Table of Contents
API Documentation: | AbstractDependencyReportTask |
---|
Known Subtypes: |
|
---|
Displays the dependency tree for a configuration.
Property | Description |
outputFile | Incubating The file which the report will be written to. When set to |
projects | Incubating The set of project to generate this report for. By default, the report is generated for the task's containing project. |
File
outputFile
Note: This property is incubating and may change in a future version of Gradle.
The file which the report will be written to. When set to null
, the report is written to System.out
.
Defaults to null
.
Note: This property is incubating and may change in a future version of Gradle.
The set of project to generate this report for. By default, the report is generated for the task's containing project.