aggregate

open fun aggregate(reportings: Array<Reporting<out ReportContainer<out Any>>>)(source)

Configures which reports are to be aggregated in the build dashboard report generated by this task.

buildDashboard {
  aggregate codenarcMain, checkstyleMain
}

Parameters

reportings

an array of Reporting instances that are to be aggregated