瀏覽代碼

Update build scripts for artifactory.

pull/36/head
Greg Holmes 9 年之前
父節點
當前提交
27812cedb5
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle 查看文件

@@ -74,7 +74,7 @@ subprojects {
74 74
         repositories {
75 75
             maven {
76 76
                 name 'snapshots'
77
-                url 'http://nexus.dmdirc.com/nexus/content/repositories/snapshots/'
77
+                url 'http://artifactory.dmdirc.com/artifactory/repo'
78 78
             }
79 79
         }
80 80
     }
@@ -142,7 +142,7 @@ buildscript {
142 142
     repositories {
143 143
         mavenCentral()
144 144
         maven {
145
-            url 'http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/'
145
+            url 'http://artifactory.dmdirc.com/artifactory/repo'
146 146
         }
147 147
     }
148 148
 

Loading…
取消
儲存