Commit ef841898 authored by shiyl's avatar shiyl

删除jcenter仓库,更新阿里云镜像地址

parent b6deec5d
......@@ -5,13 +5,9 @@ buildscript {
addRepos(repositories)
ext.kotlin_version = build_versions.kotlin_version
repositories {
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://maven.aliyun.com/repository/public/' }
google()
mavenCentral()
jcenter()
}
dependencies {
classpath deps.gradle.plugin
......@@ -25,15 +21,10 @@ buildscript {
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url "http://dailybuild2.yidian-inc.com:8088/repository/maven-public/" }
google()
mavenCentral()
jcenter()
}
addRepos(repositories)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment