Skip to content

Commit 19c234e

Browse files
Update dependency checkstyle to v10.20.2
1 parent 85d456f commit 19c234e

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)