api / org.gradle.api.reporting / GenerateBuildDashboard / aggregate

aggregate

open fun aggregate(vararg reportings: Reporting<out ReportContainer<*>>): Unit

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