Skip to content

Commit 8ade805

Browse files
Update dependency checkstyle to v10
1 parent 13e5df7 commit 8ade805

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

0 commit comments

Comments
 (0)