build: 修改到可编译成功

This commit is contained in:
2026-07-13 11:41:48 +08:00
parent 87f98799f7
commit 32a9cdbc1b
19 changed files with 20 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven { url "https://jitpack.io" }
}
}
@@ -11,6 +12,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}