This commit is contained in:
robin
2026-03-05 19:45:50 +08:00
parent 491ade1bc3
commit fb8348ef47
39 changed files with 513 additions and 174 deletions

View File

@@ -8,9 +8,9 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
maven { url uri(new File(rootDir, 'libs/repo')) }
google()
mavenCentral()
maven { url 'https://maven.aliyun.com/nexus/content/repositories/releases/' }
}
}