14 lines
360 B
Groovy
14 lines
360 B
Groovy
description = "Mockito preconfigured inline mock maker (intermediate and to be superseeded by automatic usage in a future version)"
|
|
|
|
apply from: "$rootDir/gradle/java-library.gradle"
|
|
|
|
dependencies {
|
|
compile project.rootProject
|
|
testCompile libraries.junit4
|
|
}
|
|
|
|
tasks.javadoc.enabled = false
|
|
|
|
//required by the "StressTest.java"
|
|
test.maxHeapSize = "256m"
|