Browse Source

Add a repository to get the test deps from.

Tidy up .gitignore.

Change-Id: Iaab43f6e475d834644a5c18a983a24679874df52
Reviewed-on: http://gerrit.dmdirc.com/3913
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
changes/13/3913/2
Chris Smith 9 years ago
parent
commit
e60809a36e
2 changed files with 3 additions and 4 deletions
  1. 1
    4
      .gitignore
  2. 2
    0
      build.gradle

+ 1
- 4
.gitignore View File

@@ -4,8 +4,5 @@
4 4
 /build/
5 5
 /dist
6 6
 /lib/*.jar
7
-build-before-profiler.xml
8
-/nbproject/profiler-build-impl.xml
9
-/nbproject/genfiles.properties
10
-/nbproject/private
11 7
 /nexus-teamcity.gradle
8
+/.gradle

+ 2
- 0
build.gradle View File

@@ -24,6 +24,8 @@ sourceSets {
24 24
 sourceCompatibility = 1.7
25 25
 targetCompatibility = 1.7
26 26
 
27
+repositories.mavenCentral()
28
+
27 29
 dependencies {
28 30
     testCompile group: 'junit', name: 'junit', version: '4.+'
29 31
     testCompile group: 'org.mockito', name: 'mockito-all', version: '1.+'

Loading…
Cancel
Save