Browse Source

Update build scripts for artifactory.

pull/171/head
Greg Holmes 9 years ago
parent
commit
d63e6d65b6
1 changed files with 3 additions and 6 deletions
  1. 3
    6
      build.gradle

+ 3
- 6
build.gradle View File

@@ -61,7 +61,7 @@ publishing {
61 61
     repositories {
62 62
         maven {
63 63
             name 'snapshots'
64
-            url 'http://nexus.dmdirc.com/nexus/content/repositories/snapshots/'
64
+            url 'http://artifactory.dmdirc.com/artifactory/repo'
65 65
         }
66 66
     }
67 67
 }
@@ -83,10 +83,7 @@ targetCompatibility = 1.8
83 83
 repositories {
84 84
     mavenCentral()
85 85
     maven {
86
-        url 'http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/'
87
-    }
88
-    maven {
89
-        url 'http://nexus.dmdirc.com/nexus/content/repositories/snapshots/'
86
+        url 'http://artifactory.dmdirc.com/artifactory/repo'
90 87
     }
91 88
 }
92 89
 
@@ -231,7 +228,7 @@ buildscript {
231 228
     repositories {
232 229
         mavenCentral()
233 230
         maven {
234
-            url 'http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/'
231
+            url 'http://artifactory.dmdirc.com/artifactory/repo'
235 232
         }
236 233
     }
237 234
 

Loading…
Cancel
Save