android13/external/mockito/subprojects/inline/inline.gradle

14 lines
360 B
Groovy
Raw Normal View History

2024-06-22 08:45:49 -04:00
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"