|
@@ -76,9 +76,9 @@ buildscript {
|
|
|
/**
|
|
|
* 依赖仓储
|
|
|
*/
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
|
|
|
//jcenter()
|
|
|
mavenCentral()
|
|
@@ -111,9 +111,9 @@ buildscript {
|
|
|
}
|
|
|
|
|
|
repositories {
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
}
|
|
|
}
|
|
@@ -122,9 +122,9 @@ buildscript {
|
|
|
*/
|
|
|
allprojects {
|
|
|
repositories {
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
|
|
|
- maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
|
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
//maven { url 'https://dl.bintray.com/geamtear/maven' }
|
|
|
|