reports

fun reports(configureAction: Action<NamedDomainObjectContainer<SpotBugsReport>>): NamedDomainObjectContainer<SpotBugsReport>

Function defined to keep the backward compatibility with org.gradle.api.reporting.Reporting interface.


@get:Internal
val reports: NamedDomainObjectContainer<SpotBugsReport>

Property defined to keep the backward compatibility with org.gradle.api.reporting.Reporting interface.

See SpotBugsReport