Skip to content

Commit

Permalink
Upgrade to Checkstyle 8.36
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller authored and zx20110729 committed Feb 18, 2022
1 parent 2644b13 commit b36b576
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 @@ -142,7 +142,7 @@ configure(allprojects) { project ->
}

checkstyle {
toolVersion = "8.35"
toolVersion = "8.36"
configDir = rootProject.file("src/checkstyle")
}

Expand Down

0 comments on commit b36b576

Please sign in to comment.