We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d994c9 commit a219690Copy full SHA for a219690
plugin/build.gradle
@@ -5,14 +5,14 @@ repositories { jcenter() }
5
dependencies {
6
compile gradleApi()
7
// Checkstyle
8
- compile('com.puppycrawl.tools:checkstyle:7.6') {
+ compile('com.puppycrawl.tools:checkstyle:7.6.1') {
9
// Android Lint also depends on guava, so don't bring it in twice
10
exclude module: 'guava'
11
}
12
// FindBugs
13
compile 'com.google.code.findbugs:findbugs:3.0.1'
14
// PMD
15
- compile 'net.sourceforge.pmd:pmd-java:5.5.4'
+ compile 'net.sourceforge.pmd:pmd-java:5.5.5'
16
17
18
def masterCommitCount = 'git rev-list --count HEAD'.execute([], project.rootDir).text.trim()
0 commit comments