|
@@ -1,6 +1,9 @@
|
|
|
dependencyResolutionManagement {
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
repositories {
|
|
|
+ maven {
|
|
|
+ allowInsecureProtocol=true
|
|
|
+ url "http://mirrors.tencentyun.com/nexus/repository/maven-public/"}
|
|
|
google()
|
|
|
mavenCentral()
|
|
|
jcenter() // Warning: this repository is going to shut down soon
|
|
@@ -12,9 +15,6 @@ dependencyResolutionManagement {
|
|
|
maven { url "https://dl.bintray.com/thelasterstar/maven" }
|
|
|
//banner
|
|
|
maven { url "https://s01.oss.sonatype.org/content/groups/public" }
|
|
|
- maven {
|
|
|
- allowInsecureProtocol=true
|
|
|
- url "http://mirrors.tencentyun.com/nexus/repository/maven-public/"}
|
|
|
}
|
|
|
}
|
|
|
rootProject.name = "EduNative"
|