[GRADLE-2375] FindBugs plugin: expose include filter and exclude filter config Created: 09/Jul/12 Updated: 04/Jan/13 Resolved: 22/Aug/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0 |
Fix Version/s: | 1.2-rc-1 |
Type: | Improvement | ||
Reporter: | Daniel Gredler | Assignee: | Peter Niederwieser |
Resolution: | Fixed | Votes: | 2 |
Description |
The Gradle FindBugs plugin doesn't allow the user to customize inclusion or exclusion filters. This makes the plugin unusable in certain situations. There is a GIT pull request for exposing these options (and more) on GitHub: https://github.com/gradle/gradle/pull/78 |