vanniktech/gradle-code-quality-tools-plugin

Create per-flavor findbugs tasks

budnyjj opened this issue · 2 comments

It would be great to add per-flavor findbugs tasks to check only required classes
and don't depend on 'assemble' anymore, like it's done in:
https://github.com/ChaitanyaPramod/findbugs-android

Such measure should significantly decrease the build time.

See my patchset: #75

Closing this. Have a look at #75 for the reasoning behind this.