Skip to content

Commit bada294

Browse files
Update dependency checkstyle to v11 (#790)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03ea03b commit bada294

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
@@ -112,7 +112,7 @@ task fortifyScan(type: JavaExec) {
112112

113113
checkstyle {
114114
maxWarnings = 0
115-
toolVersion = '10.26.1'
115+
toolVersion = '11.0.1'
116116
// need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle
117117
configDirectory = new File(rootDir, 'config/checkstyle')
118118
}

0 commit comments

Comments
 (0)