扫一扫

This commit is contained in:
2026-05-18 14:07:21 +08:00
parent 4c53c43f7b
commit a9fb39cfde
15 changed files with 102 additions and 529 deletions

View File

@@ -10,7 +10,6 @@ pluginManagement {
}
}
mavenCentral()
gradlePluginPortal()
}
}
plugins {
@@ -22,6 +21,7 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven(url = "https://maven.aliyun.com/repository/public/")
maven { url = uri("https://jitpack.io") }
}
}