mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-23 01:24:26 +07:00
update Chinese mirrors for dependent libraries (#7720)
This commit is contained in:
parent
b1579224a8
commit
f3a4340348
@ -12,7 +12,7 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/public") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/central") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/google") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||
mavenCentral()
|
||||
@ -41,8 +41,8 @@ allprojects {
|
||||
|
||||
repositories {
|
||||
// Chinese mirrors for quicker loading for chinese devs - uncomment if you're chinese
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/central") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/google") }
|
||||
// maven{ url = uri("https://maven.aliyun.com/repository/public") }
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
|
Loading…
Reference in New Issue
Block a user