瀏覽代碼

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 年之前
父節點
當前提交
986a1d3af2
共有 1 個檔案被更改,包括 2 行新增3 行删除
  1. 2
    3
      build.gradle

+ 2
- 3
build.gradle 查看文件

@@ -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…
取消
儲存