[GRADLE-3212] FindBugs plugin should expose property for setting baseline bugs file Created: 11/Dec/14 Updated: 18/Jan/15 Resolved: 18/Jan/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.4-rc-1 |
Type: | Improvement | ||
Reporter: | Benjamin Muschko | Assignee: | Benjamin Muschko |
Resolution: | Fixed | Votes: | 0 |
Description |
FindBugs exposes a command line option (-excludeBugs) for setting a file containing baseline bug excludes. Currently, the Gradle FindBugs task doesn't allow for setting it and passing it through to the Java command. As part of this work, we want to expose the property with type org.gradle.api.resources.TextResource which automatically sets it for the FindBugs Java command line invocation. |