| // ================================================================= |
| // Configure the Gradle code quality plugins here. |
| spotbugs configurations.spotbugsPlugins.dependencies |
| spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' |
| apply plugin: 'com.github.spotbugs' |
| // see https://spotbugs-gradle-plugin.netlify.app/com/github/spotbugs/snom/spotbugsextension |
| excludeFilter = file('code_quality_tools/findbugs-filter.xml') |
| // see https://spotbugs-gradle-plugin.netlify.app/com/github/spotbugs/snom/spotbugstask |
| sourceSets = [ sourceSets.main ] |
| ruleSets = [ 'java-basic' ] |