reports
abstract fun reports(@DelegatesTo(type = "T", 
Allow configuration of the report container by closure.
reports {
  html {
    required false
  }
  xml.outputLocation = "build/reports/myReport.xml"
}
Content copied to clipboard
Return
The report container
Parameters
closure
The configuration
Allow configuration of the report container by closure.
reports {
  html {
    required false
  }
  xml.outputLocation = "build/reports/myReport.xml"
}
Content copied to clipboard
Return
The report container
Parameters
configure
The configuration