In Android Studio,I have multiple modules,such as app, framework, thirdparty, in each module's `build.gradle file I add
apply from: "${project.rootDir}/quality/quality.gradle"
when running gradle assembleRelease, it gets results in each modules's build/reports directory,but the contents of these results are the same as the first module, for example, framework, thirdparty's findbugs results are exactly like app module.
In Android Studio,I have multiple modules,such as app, framework, thirdparty, in each module's `
build.gradlefile I addwhen running
gradle assembleRelease, it gets results in each modules'sbuild/reportsdirectory,but the contents of these results are the same as the first module, for example, framework, thirdparty's findbugs results are exactly like app module.