Skip to content

Commit e08d5d6

Browse files
Update dependency checkstyle to v10
1 parent af7de8b commit e08d5d6

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)