8000 Update dependency checkstyle to v10.24.0 · sir-gon/algorithm-exercises-java@ea0b617 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea0b617

Browse files
Update dependency checkstyle to v10.24.0
1 parent 04b11e8 commit ea0b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tasks.named('test') {
4848
}
4949

5050
checkstyle {
51-
toolVersion = '10.23.1'
51+
toolVersion = '10.24.0'
5252
configFile = file("${rootDir}/checkstyle.xml")
5353
maxErrors = 0
5454
maxWarnings = 0

0 commit comments

Comments
 (0)
0