We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38f215 commit 5a611d1Copy full SHA for 5a611d1
build.gradle
@@ -32,10 +32,10 @@ allprojects {
32
checkstyle {
33
configFile = file("${project.rootDir}/google_checks.xml")
34
reportsDir = file("${project.rootDir}/build/reports/checkstyle/")
35
+ toolVersion = '6.14'
36
}
37
38
dependencies {
- compile checkstyle('com.puppycrawl.tools:checkstyle:6.14')
39
testCompile group: 'net.jodah', name: 'concurrentunit', version: '0.4.2'
40
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
41
testCompile group: 'junit', name: 'junit', version: '4.12'
0 commit comments