Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 2d40451

Browse files
author
Scott Stafford
committed
Use latest version of checkstyle
1 parent 660290e commit 2d40451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ subprojects {
3636

3737
checkstyle {
3838
configFile = file("${project.rootDir}/dev-tools/checkstyle/checkstyle.xml")
39-
toolVersion = '6.19'
39+
toolVersion = '7.1.2'
4040
}
4141

4242
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)