gradle: bump checkstyle, robolectric and PMD versions
All minor bugfix releases.
This commit is contained in:
parent
a31fb068ae
commit
217bde1290
@ -36,7 +36,7 @@ android {
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
toolVersion = '7.0'
|
||||
toolVersion = '7.1'
|
||||
}
|
||||
|
||||
task checkstyle(type: Checkstyle) {
|
||||
|
@ -41,7 +41,7 @@ dependencies {
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
testCompile "org.robolectric:robolectric:3.1"
|
||||
testCompile "org.robolectric:robolectric:3.1.1"
|
||||
|
||||
testCompile "org.mockito:mockito-core:1.10.19"
|
||||
|
||||
@ -209,7 +209,7 @@ android {
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
toolVersion = '7.0'
|
||||
toolVersion = '7.1'
|
||||
}
|
||||
|
||||
task checkstyle(type: Checkstyle) {
|
||||
@ -221,7 +221,7 @@ task checkstyle(type: Checkstyle) {
|
||||
}
|
||||
|
||||
pmd {
|
||||
toolVersion = '5.5.0'
|
||||
toolVersion = '5.5.1'
|
||||
consoleOutput = true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user