Skip to content

Commit

Permalink
fix CVE-2023-2976 for checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <[email protected]>
  • Loading branch information
ansjcy committed Jul 29, 2024
1 parent 068f0ea commit 776ffe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ publishing {
}

checkstyle {
toolVersion = '10.17.0'
showViolations true
configDirectory.set(rootProject.file("config/checkstyle/"))
}
Expand Down

0 comments on commit 776ffe8

Please sign in to comment.