diff --git a/build.gradle b/build.gradle index 160886c40..5214cf6c8 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) { jar.dependsOn(checkstyleMain) checkstyle { - toolVersion = "10.12.7" // com.puppycrawl.tools:checkstyle + toolVersion = "10.12.1" // com.puppycrawl.tools:checkstyle configFile = file("$rootProject.rootDir/checkstyle_checks.xml") configProperties = ['basedir': project.rootDir.path] ignoreFailures = true