refactor: 更新maven拉取顺序

This commit is contained in:
yangfei
2023-12-19 14:16:05 +08:00
parent 9b8fd9d8d8
commit 4eb20fd14c

View File

@ -10,8 +10,6 @@ buildscript {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
maven {
url "https://nexus.shanqu.cc/repository/lightgame-public/"
credentials {
@ -19,6 +17,9 @@ buildscript {
password("u9gZYH4MQEwLLQZK")
}
}
maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
}
dependencies {