reports

open fun reports(closure: Closure): BuildDashboardReports(source)

Configures the reports to be generated by this task. The contained reports can be configured by name and closures.

buildDashboard {
  reports {
    html {
      destination "build/dashboard.html"
    }
  }
}

Return

The reports container

Parameters

closure

The configuration


Configures the reports to be generated by this task. The contained reports can be configured by name and closures.

buildDashboard {
  reports {
    html {
      destination "build/dashboard.html"
    }
  }
}

Return

The reports container

Parameters

configureAction

The configuration