Skip to content

Commit eb579e8

Browse files
tyronenTyrone Nicholas
authored andcommitted
Fix Gradle tests
1 parent be03b15 commit eb579e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

imagepipeline/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ dependencies {
2020
testCompile "com.google.guava:guava:${GUAVA_VERSION}"
2121
testCompile "junit:junit:${JUNIT_VERSION}"
2222
testCompile "org.mockito:mockito-core:${MOCKITO_CORE_VERSION}"
23-
testCompile "org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}"
23+
testCompile("org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}") {
24+
exclude group: 'org.mockito', module: 'mockito-all'
25+
}
2426
testCompile "org.powermock:powermock-module-junit4-rule:${POWERMOCK_VERSION}"
2527
testCompile "org.powermock:powermock-classloading-xstream:${POWERMOCK_VERSION}"
2628
testCompile("org.robolectric:robolectric:${ROBOLECTRIC_VERSION}") {

0 commit comments

Comments
 (0)