Skip to content

Commit 1b68374

Browse files
[Backport 3.8] Pin checkstyle version to 13.9.0 (flow-framework) (#1454)
Pin checkstyle version to 13.9.0 (flow-framework) (#1453) Pin checkstyle version to 13.9.0 (cherry picked from commit 5ff55cd) Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 2b114f5 commit 1b68374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ allprojects {
119119
project.ext.licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
120120

121121
checkstyle {
122-
toolVersion = "latest.release"
122+
toolVersion = "13.9.0"
123123
}
124124

125125
// Avoid jar hell and other CVEs

0 commit comments

Comments
 (0)