Skip to content

Commit d1f9820

Browse files
Update dependency checkstyle to v10.20.2
1 parent 6ae5a86 commit d1f9820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ task highLevelDataSetup(type: JavaExec) {
143143

144144
checkstyle {
145145
maxWarnings = 0
146-
toolVersion = '10.14.0'
146+
toolVersion = '10.20.2'
147147
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
148148
}
149149

0 commit comments

Comments
 (0)