Browse Source

Update build scripts for artifactory.

pull/17/head
Greg Holmes 9 years ago
parent
commit
f19b5b35ba
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -38,7 +38,7 @@ publishing {
38 38
     repositories {
39 39
         maven {
40 40
             name 'snapshots'
41
-            url 'http://nexus.dmdirc.com/nexus/content/repositories/snapshots/'
41
+            url 'http://artifactory.dmdirc.com/artifactory/repo'
42 42
         }
43 43
     }
44 44
 }
@@ -84,7 +84,7 @@ buildscript {
84 84
     repositories {
85 85
         mavenCentral()
86 86
         maven {
87
-            url 'http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/'
87
+            url 'http://artifactory.dmdirc.com/artifactory/repo'
88 88
         }
89 89
     }
90 90
 

Loading…
Cancel
Save