diff --git a/build.gradle b/build.gradle index 47a15717..44b0bf78 100644 --- a/build.gradle +++ b/build.gradle @@ -320,7 +320,7 @@ configurations { checkstyle { maxWarnings = 0 - toolVersion = '12.1.0' + toolVersion = '12.1.1' reportsDir = layout.buildDirectory.file('reports/checkstyle').get().asFile // need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))