Skip to content

Commit 7f03c17

Browse files
Update dependency checkstyle to v10
1 parent be2f7c8 commit 7f03c17

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.25.0'
166166
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
167167
}
168168

0 commit comments

Comments
 (0)