diff --git a/build.gradle b/build.gradle index a3468d6303..e5fcb7d86b 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ configure([rootProject] + javaProjects) { project -> } checkstyle { - toolVersion = "10.3.3" + toolVersion = "10.3.4" configDirectory.set(rootProject.file("src/checkstyle")) }