From 7944c1bfdb32fdf4231ad04134e6f1b6e5fc02db Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 21 Feb 2024 09:29:45 -0500 Subject: [PATCH] Downgrade to Checkstyle `10.12.5` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 056e6d43aa..42a37dcf52 100644 --- a/build.gradle +++ b/build.gradle @@ -349,7 +349,7 @@ configure(javaProjects) { subproject -> checkstyle { configDirectory.set(rootProject.file('src/checkstyle')) - toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.13.0' + toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.5' } jar {