Ver código fonte

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 anos atrás
pai
commit
986a1d3af2
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2
    3
      build.gradle

+ 2
- 3
build.gradle Ver arquivo

@@ -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 {

Carregando…
Cancelar
Salvar