Skip to content

Commit 675941c

Browse files
Update dependency checkstyle to v10
1 parent ab9a118 commit 675941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/java/build.gradle

Lines changed: 1 addition & 1 deletion
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.9.3'
3131
// Make build fail on warnings
3232
ignoreFailures = false
3333
maxWarnings = 0

0 commit comments

Comments
 (0)