Update build.gradle.kts (#3093)
This commit is contained in:
parent
8ac3a88cec
commit
ddc7072b22
1 changed files with 9 additions and 9 deletions
|
@ -7,10 +7,10 @@ buildscript {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
||||||
// maven{ url "https://maven.aliyun.com/repository/jcenter"}
|
// maven{ url = uri("https://maven.aliyun.com/repository/jcenter") }
|
||||||
// maven{ url "https://maven.aliyun.com/repository/google"}
|
// maven{ url = uri("https://maven.aliyun.com/repository/google") }
|
||||||
// maven{ url "https://maven.aliyun.com/repository/gradle-plugin"}
|
// maven{ url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||||
// maven{ url "https://maven.aliyun.com/repository/public"}
|
// maven{ url = uri("https://maven.aliyun.com/repository/public") }
|
||||||
google()
|
google()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -38,10 +38,10 @@ allprojects {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
||||||
// maven{ url "https://maven.aliyun.com/repository/jcenter"}
|
// maven{ url = uri("https://maven.aliyun.com/repository/jcenter") }
|
||||||
// maven{ url "https://maven.aliyun.com/repository/google"}
|
// maven{ url = uri("https://maven.aliyun.com/repository/google") }
|
||||||
// maven{ url "https://maven.aliyun.com/repository/gradle-plugin"}
|
// maven{ url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||||
// maven{ url "https://maven.aliyun.com/repository/public"}
|
// maven{ url = uri("https://maven.aliyun.com/repository/public") }
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
@ -152,4 +152,4 @@ tasks {
|
||||||
delete(".project")
|
delete(".project")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue