Skip to content

Commit

Permalink
Mend scan - syncing checkstyle version
Browse files Browse the repository at this point in the history
  • Loading branch information
vargm committed Aug 20, 2023
1 parent c0a5aa3 commit 4fec291
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/checkstyle.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'checkstyle'

checkstyle {
toolVersion = '8.38'
toolVersion = '10.12.2'
configFile = rootProject.file("gradle/config/checkstyle/checkstyle.xml")
configDirectory = rootProject.file("gradle/config/checkstyle")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<property name="allowedAnnotations" value="Override, Test" />
<property name="allowMissingParamTags" value="true" />
<property name="allowMissingReturnTag" value="true" />
<property name="scope" value="public" />
<property name="accessModifiers" value="public" />
</module>
<module name="SingleLineJavadoc">
<property name="ignoreInlineTags" value="false" />
Expand Down
2 changes: 1 addition & 1 deletion gradle/jacoco.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'jacoco'

jacoco {
toolVersion = '0.8.4'
toolVersion = '0.8.9'
}

jacocoTestReport {
Expand Down

0 comments on commit 4fec291

Please sign in to comment.