Skip to content

Commit

Permalink
downgrade checkstyle version to 8.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ansjcy committed Jun 20, 2023
1 parent ee65099 commit 24f67c1
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 @@ -33,7 +33,7 @@ plugins {
}

checkstyle {
toolVersion = '9.3'
toolVersion = '8.45.1'
configFile file("checkstyle/checkstyle.xml")
}

Expand Down

0 comments on commit 24f67c1

Please sign in to comment.