Browse Source

Merge pull request #36 from greboid/master

Update build scripts for artifactory.
pull/37/head
Chris Smith 9 years ago
parent
commit
10bed7f210
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -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…
Cancel
Save