Upgrade to Checkstyle 8.17 and Mockito 2.24
This commit is contained in:
parent
ba0c48b933
commit
9f03d158ce
|
|
@ -143,7 +143,7 @@ configure(allprojects) { project ->
|
|||
}
|
||||
|
||||
checkstyle {
|
||||
toolVersion = "8.16"
|
||||
toolVersion = "8.17"
|
||||
configDir = rootProject.file("src/checkstyle")
|
||||
}
|
||||
|
||||
|
|
@ -156,7 +156,7 @@ configure(allprojects) { project ->
|
|||
testCompile("junit:junit:4.12") {
|
||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||
}
|
||||
testCompile("org.mockito:mockito-core:2.23.4") {
|
||||
testCompile("org.mockito:mockito-core:2.24.0") {
|
||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||
}
|
||||
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue