1plugins { 2 id "net.ltgt.errorprone" version "0.0.13" 3} 4 5apply plugin: RoboJavaModulePlugin 6 7// test with a project that depends on the stubs jar, not org.robolectric:android-all 8 9dependencies { 10 compile project(":robolectric") 11 compile "junit:junit:4.12" 12 testCompile "com.google.android:android-stubs:27" 13 14 // Testing dependencies 15 testCompile "org.assertj:assertj-core:3.8.0" 16 testCompile "org.mockito:mockito-core:2.5.4" 17}