diff --git a/build.gradle b/build.gradle index 20b42c5f..4915b9b5 100644 --- a/build.gradle +++ b/build.gradle @@ -84,6 +84,7 @@ publishing { } checkstyle { + toolVersion = '10.12.1' showViolations true configDirectory.set(rootProject.file("config/checkstyle/")) }