diff --git a/build.gradle b/build.gradle index fdb3a03..84f0d38 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ configurations.checkstyle { checkstyle { maxWarnings = 0 - toolVersion = '10.12.5' + toolVersion = '10.12.7' getConfigDirectory().set(new File(rootDir, 'config/checkstyle')) }