Skip to content

Commit e495c4d

Browse files
committed
update the Checkstyle tool to v11.0.0
1 parent 157ee81 commit e495c4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
<property name="checkFirstSentence" value="false"/>
379379
</module>
380380
<module name="JavadocVariable">
381-
<property name="scope" value="protected"/>
381+
<property name="accessModifiers" value="public, protected"/>
382382
</module>
383383
<module name="SingleLineJavadoc"/>
384384

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[versions]
44

5-
checkstyle = "9.3"
5+
checkstyle = "11.0.0"
66
jme = "3.9.0-alpha4"
77

88
[libraries]

0 commit comments

Comments
 (0)