Skip to content

Commit d9a8cdc

Browse files
Pin checkstyle version to 13.9.0
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 784c075 commit d9a8cdc

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)