From a1318799a7630192fda5c8fdb34385effc4c34da Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Sun, 17 Mar 2024 21:13:00 +0200 Subject: [PATCH] build: Bump Checkstyle from `10.12.1` to `10.14.2` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0eb9997c9..dbb33c376 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ jacocoTestReport.dependsOn test apply plugin: 'checkstyle' checkstyle { - toolVersion = '10.12.1' + toolVersion = '10.14.2' configFile = configDirectory.file('appium-style.xml').get().getAsFile() showViolations = true ignoreFailures = false