-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android productFlavors are not supported #18
Comments
@barriosnahuel this seems to be a different issue... under which version of Gradle? Which version of the Android plugin? |
Gradle v4.1 and Android Plugin v3.0.0 cc @matiasromar who is trying to integrate it |
@barriosnahuel I confirm this to be a separate issue, I'm tracking it as #23 A fix should be faster / easier than supporting flavors |
@barriosnahuel I have a working fix for #23. I'll thoroughly test it, include a fix for #22 and probably make a new release. |
@jsotuyod awesome! Thank you very much! |
When using product flavors, the plugin will fail on Findbugs checks, saying no classes are configured for analysis.
This error may also affect the effectiveness of PMD's type resolution, but that's not yet confirmed.
The text was updated successfully, but these errors were encountered: