Reports can only be configured in FindBugs tasks. For example:
tasks.withType(FindBugs) { reports { xml.enabled = false html.enabled = true } }
The same applies to other code quality plugins (Checkstyle, PMD, etc.).
Peter Niederwieser Mar 14 '13 at 11:44 2013-03-14 11:44
source share