diff --git a/service/build.gradle b/service/build.gradle index a12f4014636..4b89aa8aa7a 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -221,7 +221,7 @@ task highLevelDataSetup(type: JavaExec, description: 'High level data step mock checkstyle { maxWarnings = 0 - toolVersion = "10.14.0" + toolVersion = "10.19.0" // need to set configDirectory to rootDir otherwise submodule will use submodule/config/checkstyle getConfigDirectory().set(new File(rootDir, 'config/checkstyle')) }