Skip to content

Commit 7b640c1

Browse files
committed
Mend scan - syncing checkstyle version
1 parent 3d76d06 commit 7b640c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/checkstyle.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'checkstyle'
22

33
checkstyle {
4-
toolVersion = '8.38'
4+
toolVersion = '10.12.2'
55
configFile = rootProject.file("gradle/config/checkstyle/checkstyle.xml")
66
configDirectory = rootProject.file("gradle/config/checkstyle")
77
}

gradle/config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<property name="allowedAnnotations" value="Override, Test" />
185185
<property name="allowMissingParamTags" value="true" />
186186
<property name="allowMissingReturnTag" value="true" />
187-
<property name="scope" value="public" />
187+
<property name="accessModifiers" value="public" />
188188
</module>
189189
<module name="SingleLineJavadoc">
190190
<property name="ignoreInlineTags" value="false" />

gradle/jacoco.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'jacoco'
22

33
jacoco {
4-
toolVersion = '0.8.4'
4+
toolVersion = '0.8.9'
55
}
66

77
jacocoTestReport {

0 commit comments

Comments
 (0)