Skip to content

Commit b6d6c9d

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

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.23.0'
3131
// Make build fail on warnings
3232
ignoreFailures = false
3333
maxWarnings = 0

0 commit comments

Comments
 (0)