File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141checkstyle {
4242 configFile = file(' checkstyle.xml' )
4343 // Default version vs. current version? The default version is quite old (9.3 from
44- // Jan 30, 2022), so let's go with the current version (10.17 ).
44+ // Jan 30, 2022), so let's go with the current version (10.23.0 ).
4545 // However, this needs to be updated manually as Dependabot won't deal with this!
46- toolVersion = ' 10.19 .0'
46+ toolVersion = ' 10.23 .0'
4747 ignoreFailures = false
4848 maxWarnings = 0
4949}
Original file line number Diff line number Diff line change 1919 <module name =" JavadocTagContinuationIndentation" />
2020 <module name =" JavadocType" />
2121 <module name =" JavadocVariable" >
22- <property name =" scope " value =" public" />
22+ <property name =" accessModifiers " value =" public" />
2323 </module >
2424 <module name =" MissingDeprecated" />
2525 <module name =" MissingJavadocMethod" />
You can’t perform that action at this time.
0 commit comments