Skip to content

Commit

Permalink
Merge pull request #357 from hmcts/revert-356-renovate/checkstyle-10.x
Browse files Browse the repository at this point in the history
Revert "Update dependency checkstyle to v10"
  • Loading branch information
kremi authored Oct 3, 2023
2 parents fe173b1 + 8e29664 commit 1e47151
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 @@ -88,7 +88,7 @@ task smoke(type: Test) {

checkstyle {
maxWarnings = 0
toolVersion = '10.12.4'
toolVersion = '8.29'
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
checkstyleTest.enabled = false
}
Expand Down

0 comments on commit 1e47151

Please sign in to comment.