Adding SpotBugs to my project
问题 I've been working on adding SpotBugs to the android project I'm currently working on. I managed to get it working but I'm not overly thrilled of the way it's set up. For now the configuration resides inside my app/build.gradle file, which makes the file less manageable. I was wondering if there's an expert on SpotBugs/Gradle who knows a way to pull the configuration out into a separate file. Here's my app/build.gradle (boilerplate removed): buildscript { repositories { ... } dependencies {