5 lines
109 B
Groovy
5 lines
109 B
Groovy
dependencies {
|
|
testImplementation(testLibs.mockito.core) {
|
|
exclude group: 'org.hamcrest'
|
|
}
|
|
}
|