소스 검색

Add snapshot repository.

Because plugins depends on client, they need to be able to
find the client's transitive dependencies as well.
pull/444/head
Chris Smith 8 년 전
부모
커밋
986a1d3af2
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    3
      build.gradle

+ 2
- 3
build.gradle 파일 보기

@@ -30,9 +30,8 @@ subprojects {
30 30
 
31 31
     repositories {
32 32
         mavenCentral()
33
-        maven {
34
-            url 'http://artifactory.dmdirc.com/artifactory/repo'
35
-        }
33
+        maven { url 'http://artifactory.dmdirc.com/artifactory/repo' }
34
+        maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
36 35
     }
37 36
 
38 37
     dependencies {

Loading…
취소
저장