Skip to content

Commit d1b2246

Browse files
Update dependency checkstyle to v10
1 parent ab9a118 commit d1b2246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test {
2727
checkstyle {
2828
// Explicitly define a tool version as checkstyle is a Gradle core plugin
2929
// which might not support recent configurations.
30-
toolVersion = '8.45.1'
30+
toolVersion = '10.12.2'
3131
// Make build fail on warnings
3232
ignoreFailures = false
3333
maxWarnings = 0

0 commit comments

Comments
 (0)