Skip to content

Commit

Permalink
fix CVE-2023-2976 for checkstyle (opensearch-project#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Chenyang Ji <[email protected]>
  • Loading branch information
ansjcy authored Jul 29, 2024
1 parent 068f0ea commit ba2c19a
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.12.1'
showViolations true
configDirectory.set(rootProject.file("config/checkstyle/"))
}
Expand Down

0 comments on commit ba2c19a

Please sign in to comment.