Skip to content

Commit

Permalink
Revert "bump checkstyle version to 10.3.2"
Browse files Browse the repository at this point in the history
This reverts commit 44b5398.
  • Loading branch information
penghuo committed Oct 31, 2022
1 parent 44b5398 commit 56e4366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ subprojects {
apply plugin: 'checkstyle'
checkstyle {
configFile rootProject.file("config/checkstyle/google_checks.xml")
toolVersion "10.3.2"
toolVersion "8.29"
configProperties = [
"org.checkstyle.google.suppressionfilter.config": rootProject.file("config/checkstyle/suppressions.xml")]
ignoreFailures = false
Expand Down

0 comments on commit 56e4366

Please sign in to comment.