xref: /aosp_15_r20/external/mockito/subprojects/inline/inline.gradle (revision ceffa222020788e9b81e120db61d5f29c922f983)
1*ceffa222STreehugger Robotdescription = "Mockito preconfigured inline mock maker (intermediate and to be superseeded by automatic usage in a future version)"
2*ceffa222STreehugger Robot
3*ceffa222STreehugger Robotapply from: "$rootDir/gradle/java-library.gradle"
4*ceffa222STreehugger Robot
5*ceffa222STreehugger Robotdependencies {
6*ceffa222STreehugger Robot    compile project.rootProject
7*ceffa222STreehugger Robot    testCompile libraries.junit4
8*ceffa222STreehugger Robot}
9*ceffa222STreehugger Robot
10*ceffa222STreehugger Robottasks.javadoc.enabled = false
11*ceffa222STreehugger Robot
12*ceffa222STreehugger Robot//required by the "StressTest.java"
13*ceffa222STreehugger Robottest.maxHeapSize = "256m"
14