You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
360 B

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"