Skip to content

Commit 1182cef

Browse files
committed
[Java] Fix Checkstyle tool reference to be 7.3.
1 parent 4ebef72 commit 1182cef

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
@@ -127,7 +127,7 @@ subprojects {
127127

128128
checkstyle {
129129
configFile = new File(rootDir, 'config/checkstyle.xml')
130-
toolVersion = '7.2'
130+
toolVersion = '7.3'
131131
}
132132

133133
compileJava {

0 commit comments

Comments
 (0)