Skip to content

Commit ade71ee

Browse files
fix(deps): update dependency checkstyle to v12
1 parent f897b09 commit ade71ee

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
@@ -58,7 +58,7 @@ embulkPlugin {
5858

5959
checkstyle {
6060
configFile = file("${project.rootDir}/config/checkstyle/checkstyle.xml")
61-
toolVersion = '9.3'
61+
toolVersion = '12.0.0'
6262
}
6363
checkstyleMain {
6464
configFile = file("${project.rootDir}/config/checkstyle/default.xml")

0 commit comments

Comments
 (0)