Skip to content

Commit 5a611d1

Browse files
committed
Update checkstyle toolVersion
1 parent c38f215 commit 5a611d1

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
@@ -32,10 +32,10 @@ allprojects {
3232
checkstyle {
3333
configFile = file("${project.rootDir}/google_checks.xml")
3434
reportsDir = file("${project.rootDir}/build/reports/checkstyle/")
35+
toolVersion = '6.14'
3536
}
3637

3738
dependencies {
38-
compile checkstyle('com.puppycrawl.tools:checkstyle:6.14')
3939
testCompile group: 'net.jodah', name: 'concurrentunit', version: '0.4.2'
4040
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
4141
testCompile group: 'junit', name: 'junit', version: '4.12'

0 commit comments

Comments
 (0)