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