Skip to content

Commit 2c31ec4

Browse files
oliviarlajhpark816
authored andcommitted
FIX: Support for checkstyle versions 8.42 and higher
1 parent 707c894 commit 2c31ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
</module>
162162
-->
163163
<module name="JavadocMethod">
164-
<property name="scope" value="public"/>
164+
<property name="accessModifiers" value="public"/>
165165
<property name="allowMissingParamTags" value="true"/>
166166
<property name="allowMissingReturnTag" value="true"/>
167167
<property name="allowedAnnotations" value="Override, Test"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
<plugin>
298298
<groupId>org.apache.maven.plugins</groupId>
299299
<artifactId>maven-checkstyle-plugin</artifactId>
300-
<version>3.1.1</version>
300+
<version>3.6.0</version>
301301
<configuration>
302302
<configLocation>checkstyle.xml</configLocation>
303303
<encoding>UTF-8</encoding>

0 commit comments

Comments
 (0)