diff --git a/build.gradle b/build.gradle index 2324024..78858a6 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')) }