Skip to content

Commit 08cb84a

Browse files
Update dependency checkstyle to v10.21.2
1 parent cfdf5ef commit 08cb84a

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.21.2'
147147
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
148148
}
149149

0 commit comments

Comments
 (0)