datastructures/datastructures-json-minimal/build.gradle

5 lines
No EOL
152 B
Groovy

dependencies {
testImplementation("org.mockito:mockito-core:${project.property('mockito.version')}") {
exclude group: 'org.hamcrest'
}
}