diff --git a/build.gradle b/build.gradle index 03c0c306c8d..5dd220ebf69 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ configure([rootProject] + javaProjects) { project -> } checkstyle { - toolVersion = "10.3.4" + toolVersion = "10.4" configDirectory.set(rootProject.file("src/checkstyle")) }