Table of Contents
API Documentation: | ConventionReportTask |
---|
Known Subtypes: |
|
---|
Note: This class is incubating and may change in a future version of Gradle.
The base class for all project based report tasks with custom task actions.
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.