未验证 提交 e6c3e540 编写于 作者: R Roberto Perez Alcolea 提交者: GitHub

Merge pull request #477 from Netflix/replace-jcenter

Replace JCenter with Maven Central
......@@ -15,7 +15,7 @@ subprojects {
group = "com.netflix.${githubProjectName}" // TEMPLATE: Set to organization of project
repositories {
jcenter()
mavenCentral()
}
if (project.hasProperty('useMavenLocal')) {
......@@ -25,7 +25,7 @@ subprojects {
}
if (project.getProperty('status').equals("snapshot")) {
repositories {
maven { url 'http://oss.jfrog.org/oss-snapshot-local' }
maven { url 'https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-snapshots' }
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册