Skip to content

Commit 77e3f49

Browse files
Update dependency checkstyle to v12.2.0
1 parent e7b98b7 commit 77e3f49

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
@@ -72,7 +72,7 @@ subprojects {
7272
checkstyle {
7373

7474
configFile = rootProject.file('config/checkstyle/google_checks.xml')
75-
toolVersion "12.1.1"
75+
toolVersion "12.2.0"
7676
ignoreFailures = false
7777
maxErrors = 0
7878
maxWarnings = 0

0 commit comments

Comments
 (0)