Skip to content

Commit 546d6cc

Browse files
authored
build(deps): Bump Checkstyle from 10.14.2 to 10.17.0 (#2218)
1 parent 9a49ef8 commit 546d6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jacocoTestReport.dependsOn test
9090
apply plugin: 'checkstyle'
9191

9292
checkstyle {
93-
toolVersion = '10.14.2'
93+
toolVersion = '10.17.0'
9494
configFile = configDirectory.file('appium-style.xml').get().getAsFile()
9595
showViolations = true
9696
ignoreFailures = false

0 commit comments

Comments
 (0)