Skip to content

Commit fe7e2e5

Browse files
Update dependency checkstyle to v11
1 parent 97e7308 commit fe7e2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tasks.register('tests') {
104104

105105
checkstyle {
106106
maxWarnings = 0
107-
toolVersion = '8.45.1'
107+
toolVersion = '11.0.0'
108108
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
109109
}
110110

0 commit comments

Comments
 (0)