Skip to content

Commit aa94e7f

Browse files
Update dependency checkstyle to v10.26.0
1 parent 401a028 commit aa94e7f

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
@@ -88,7 +88,7 @@ test {
8888

8989
checkstyle {
9090
maxWarnings = 0
91-
toolVersion = '10.19.0'
91+
toolVersion = '10.26.0'
9292
// need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle
9393
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
9494
}

0 commit comments

Comments
 (0)