Przeglądaj źródła

Add test dependencies

Change-Id: Ie5281df14a0f27067e62a7b9578c1b3c1271c46c
Reviewed-on: http://gerrit.dmdirc.com/3890
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
changes/90/3890/3
Chris Smith 9 lat temu
rodzic
commit
b3480495ca
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      build.gradle

+ 3
- 0
build.gradle Wyświetl plik

@@ -47,6 +47,9 @@ subprojects {
47 47
 
48 48
         compile group: 'com.google.code.findbugs', name: 'jsr305', version: '2.+'
49 49
         compile group: 'com.squareup.dagger', name: 'dagger-compiler', version: '1.2.1'
50
+
51
+        testCompile group: 'junit', name: 'junit', version: '4.+'
52
+        testCompile group: 'org.mockito', name: 'mockito-all', version: '1.+'
50 53
     }
51 54
 
52 55
     task copyPluginConfig(type: Copy) {

Ładowanie…
Anuluj
Zapisz