Skip to content

Commit 5991ad7

Browse files
Update dependency checkstyle to v11 (#303)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d8645f commit 5991ad7

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
@@ -116,7 +116,7 @@ tasks.register('smoke', Test) {
116116

117117
checkstyle {
118118
maxWarnings = 0
119-
toolVersion = '10.21.0'
119+
toolVersion = '11.0.0'
120120
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
121121
}
122122

0 commit comments

Comments
 (0)