Skip to content

Commit 69e0df2

Browse files
Update dependency checkstyle to v10
1 parent 1183d8d commit 69e0df2

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

162162
checkstyle {
163163
maxWarnings = 0
164-
toolVersion = '9.3'
164+
toolVersion = '10.20.2'
165165
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
166166
}
167167

0 commit comments

Comments
 (0)