Reports can only be configured on the FindBugs tasks. For example:
tasks.withType(FindBugs) {
reports {
xml.enabled = false
html.enabled = true
}
}
The same holds for the other code quality plugins (Checkstyle, PMD, etc.).