Commit ef841898 authored by shiyl's avatar shiyl

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

parent b6deec5d
...@@ -5,13 +5,9 @@ buildscript { ...@@ -5,13 +5,9 @@ buildscript {
addRepos(repositories) addRepos(repositories)
ext.kotlin_version = build_versions.kotlin_version ext.kotlin_version = build_versions.kotlin_version
repositories { repositories {
maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url 'https://maven.aliyun.com/repository/public/' }
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' }
google() google()
mavenCentral() mavenCentral()
jcenter()
} }
dependencies { dependencies {
classpath deps.gradle.plugin classpath deps.gradle.plugin
...@@ -25,15 +21,10 @@ buildscript { ...@@ -25,15 +21,10 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url 'https://maven.aliyun.com/repository/public/' }
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 "http://dailybuild2.yidian-inc.com:8088/repository/maven-public/" } maven { url "http://dailybuild2.yidian-inc.com:8088/repository/maven-public/" }
google() google()
mavenCentral() mavenCentral()
jcenter()
} }
addRepos(repositories) 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