Skip to content

Commit cd8dc3a

Browse files
committed
[Java] Upgrade to Checkstyle 8.14.
1 parent 62de672 commit cd8dc3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ subprojects {
124124
jar.enabled = true
125125

126126
dependencies {
127-
checkstyle 'com.puppycrawl.tools:checkstyle:8.13'
127+
checkstyle 'com.puppycrawl.tools:checkstyle:8.14'
128128

129129
testCompile 'junit:junit:4.12'
130130
testCompile 'org.mockito:mockito-core:2.23.0'
131131
testCompile 'org.hamcrest:hamcrest-library:1.3'
132132
}
133133

134134
checkstyle {
135-
toolVersion = '8.13'
135+
toolVersion = '8.14'
136136
}
137137

138138
compileJava {

0 commit comments

Comments
 (0)