Przeglądaj źródła

Use mockito-core not -all.

pull/386/head
Chris Smith 9 lat temu
rodzic
commit
89c9d16974
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle Wyświetl plik

@@ -42,7 +42,7 @@ subprojects {
42 42
         compile group: 'com.squareup.dagger', name: 'dagger-compiler', version: '1.2.1'
43 43
 
44 44
         testCompile group: 'junit', name: 'junit', version: '4.12'
45
-        testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.17'
45
+        testCompile group: 'org.mockito', name: 'mockito-core', version: '1.10.17'
46 46
 
47 47
         pmd group: 'net.sourceforge.pmd', name: 'pmd-core', version: '5.2.3'
48 48
         pmd group: 'net.sourceforge.pmd', name: 'pmd-java', version: '5.2.3'

Ładowanie…
Anuluj
Zapisz