Skip to content

Commit

Permalink
build(deps): Bump Checkstyle from 10.14.2 to 10.17.0 (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Aug 5, 2024
1 parent 9a49ef8 commit 546d6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jacocoTestReport.dependsOn test
apply plugin: 'checkstyle'

checkstyle {
toolVersion = '10.14.2'
toolVersion = '10.17.0'
configFile = configDirectory.file('appium-style.xml').get().getAsFile()
showViolations = true
ignoreFailures = false
Expand Down

0 comments on commit 546d6cc

Please sign in to comment.