The reporting aspects of such a task can be configured as such:
task my(type: MyTask) { reports { html.enabled = true csv.enabled = false } }
See the documentation for the specific {@code ReportContainer} type for the task for information on report types and options.
@param < T> The base type of the report container
|
|