Browse Source

Add snapshot repository.

Because plugins depends on client, they need to be able to
find the client's transitive dependencies as well.
pull/444/head
Chris Smith 8 years ago
parent
commit
986a1d3af2
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      build.gradle

+ 2
- 3
build.gradle View File

@@ -30,9 +30,8 @@ subprojects {
30 30
 
31 31
     repositories {
32 32
         mavenCentral()
33
-        maven {
34
-            url 'http://artifactory.dmdirc.com/artifactory/repo'
35
-        }
33
+        maven { url 'http://artifactory.dmdirc.com/artifactory/repo' }
34
+        maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
36 35
     }
37 36
 
38 37
     dependencies {

Loading…
Cancel
Save