Skip to content

Commit 2a3f9cb

Browse files
committed
Checkstyle: bump checkstyle to v10.23.0
1 parent 1017e3b commit 2a3f9cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ test {
4141
checkstyle {
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
}

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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"/>

0 commit comments

Comments
 (0)