apply plugin: "com.github.spotbugs" spotbugs { toolVersion = '4.7.3' ignoreFailures = true } spotbugsTest { enabled = false }