mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 15:46:14 +08:00
mod: gradle添加阿里云镜像
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.9.22'
|
ext.kotlin_version = '1.9.22'
|
||||||
repositories {
|
repositories {
|
||||||
|
maven { url "https://maven.aliyun.com/repository/google" }
|
||||||
|
maven { url "https://maven.aliyun.com/repository/central" }
|
||||||
|
maven { url "https://maven.aliyun.com/repository/jcenter" }
|
||||||
|
maven { url "https://maven.aliyun.com/repository/public" }
|
||||||
|
maven { url "http://download.flutter.io"
|
||||||
|
allowInsecureProtocol = true
|
||||||
|
}
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
@@ -13,6 +20,13 @@ buildscript {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
|
maven { url "https://maven.aliyun.com/repository/google" }
|
||||||
|
maven { url "https://maven.aliyun.com/repository/central" }
|
||||||
|
maven { url "https://maven.aliyun.com/repository/jcenter" }
|
||||||
|
maven { url "https://maven.aliyun.com/repository/public" }
|
||||||
|
maven { url "http://download.flutter.io"
|
||||||
|
allowInsecureProtocol = true
|
||||||
|
}
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user