Skip to content

Commit 331aa86

Browse files
renovate[bot]trask
andauthored
Update dependency checkstyle to v8.45.1 (#9109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 8ba2116 commit 331aa86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildscripts/checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
336336
</module>
337337
<module name="JavadocMethod">
338-
<property name="scope" value="public"/>
338+
<property name="accessModifiers" value="public"/>
339339
<property name="allowMissingParamTags" value="true"/>
340340
<property name="allowMissingReturnTag" value="true"/>
341341
<property name="allowedAnnotations" value="Override, Test"/>

conventions/src/main/kotlin/otel.java-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ codenarc {
358358
checkstyle {
359359
configFile = rootProject.file("buildscripts/checkstyle.xml")
360360
// this version should match the version of google_checks.xml used as basis for above configuration
361-
toolVersion = "8.37"
361+
toolVersion = "8.45.1"
362362
maxWarnings = 0
363363
}
364364

0 commit comments

Comments
 (0)