Skip to content

Commit a89fddd

Browse files
Update dependency checkstyle to v12 (#1304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd5c598 commit a89fddd

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 = '11.1.0'
91+
toolVersion = '12.3.1'
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)