| // ================================================================= |
| // Configure the Gradle code quality plugins here. |
| spotbugs configurations.spotbugsPlugins.dependencies |
| spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' |
| // 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' ] |