Home | History | Annotate | Download | only in inline
      1 description = "Mockito preconfigured inline mock maker (intermediate and to be superseeded by automatic usage in a future version)"
      2 
      3 apply from: "$rootDir/gradle/java-library.gradle"
      4 
      5 dependencies {
      6     compile project.rootProject
      7     testCompile libraries.junit4
      8 }
      9 
     10 tasks.javadoc.enabled = false
     11 
     12 //required by the "StressTest.java"
     13 test.maxHeapSize = "256m"
     14