Skip to content

Commit 1c553f7

Browse files
committed
build: Bump Checkstyle from 10.17.0 to 10.23.1
1 parent 66bedf9 commit 1c553f7

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
@@ -91,7 +91,7 @@ jacocoTestReport.dependsOn test
9191
apply plugin: 'checkstyle'
9292

9393
checkstyle {
94-
toolVersion = '10.17.0'
94+
toolVersion = '10.23.1'
9595
configFile = configDirectory.file('appium-style.xml').get().getAsFile()
9696
showViolations = true
9797
ignoreFailures = false

0 commit comments

Comments
 (0)