5 lines
152 B
Groovy
5 lines
152 B
Groovy
|
dependencies {
|
||
|
testImplementation("org.mockito:mockito-core:${project.property('mockito.version')}") {
|
||
|
exclude group: 'org.hamcrest'
|
||
|
}
|
||
|
}
|