Skip to content

Commit 5f74872

Browse files
Update dependency checkstyle to v10
1 parent 668fee2 commit 5f74872

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

163163
checkstyle {
164164
maxWarnings = 0
165-
toolVersion = '9.3'
165+
toolVersion = '10.24.0'
166166
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
167167
}
168168

0 commit comments

Comments
 (0)