Skip to content

Commit

Permalink
Merge pull request #165 from hmcts/renovate/checkstyle-10.x
Browse files Browse the repository at this point in the history
Update dependency checkstyle to v10.18.1
  • Loading branch information
priyankaVerma21 authored Sep 2, 2024
2 parents 95de305 + f5e8bbf commit 8bedeb5
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 @@ -96,7 +96,7 @@ publishing {

checkstyle {
maxWarnings = 0
toolVersion = '10.17.0'
toolVersion = '10.18.1'
// need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle
configDirectory = new File(rootDir, 'config/checkstyle')
}
Expand Down

0 comments on commit 8bedeb5

Please sign in to comment.