diff --git a/gradle/staticCodeAnalysis.gradle b/gradle/staticCodeAnalysis.gradle index 0eb4817..c3c7b99 100644 --- a/gradle/staticCodeAnalysis.gradle +++ b/gradle/staticCodeAnalysis.gradle @@ -4,7 +4,7 @@ apply plugin: 'jacoco' //apply plugin: 'com.github.spotbugs' checkstyle { - toolVersion = '10.13.0' + toolVersion = '10.14.0' ignoreFailures = false maxWarnings = 0 checkstyleMain {