소스 검색

Merge pull request #17 from greboid/master

Update build scripts for artifactory.
pull/18/head
Chris Smith 9 년 전
부모
커밋
2d68c39602
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle 파일 보기

@@ -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…
취소
저장