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 {
|
checkstyle {
|
||||||
toolVersion = '7.0'
|
toolVersion = '7.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
task checkstyle(type: Checkstyle) {
|
task checkstyle(type: Checkstyle) {
|
||||||
|
@ -41,7 +41,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile 'junit:junit:4.12'
|
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"
|
testCompile "org.mockito:mockito-core:1.10.19"
|
||||||
|
|
||||||
@ -209,7 +209,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = '7.0'
|
toolVersion = '7.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
task checkstyle(type: Checkstyle) {
|
task checkstyle(type: Checkstyle) {
|
||||||
@ -221,7 +221,7 @@ task checkstyle(type: Checkstyle) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pmd {
|
pmd {
|
||||||
toolVersion = '5.5.0'
|
toolVersion = '5.5.1'
|
||||||
consoleOutput = true
|
consoleOutput = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user