diff --git a/build.gradle b/build.gradle index 939ea4f..cd5b93f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' spotbugs { - ignoreFailures = true + ignoreFailures = false reportLevel = "high" effort = "max" toolVersion = '4.0.0-RC1'