Skip to content

Commit 8c30fa9

Browse files
committed
Upgrade to checkstyle 10.26.1
1 parent 5c6b70b commit 8c30fa9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

buildSrc/src/main/groovy/cssom-apis.java-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tasks.withType(AbstractArchiveTask).configureEach {
121121
}
122122

123123
checkstyle {
124-
toolVersion = '10.24.0'
124+
toolVersion = "${checkstyleVersion}"
125125
}
126126

127127
publishing {

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Dependency versions
2+
checkstyleVersion=10.26.1

0 commit comments

Comments
 (0)