修改配置参数

This commit is contained in:
mazengfei
2025-10-16 16:40:43 +08:00
parent bb63b47b97
commit 795e685a3a
3 changed files with 24 additions and 0 deletions
+5
View File
@@ -12,6 +12,9 @@ pluginManagement {
}
mavenCentral()
gradlePluginPortal()
maven("https://objectbox.net/beta-repo/") // ✅ 必加
}
}
dependencyResolutionManagement {
@@ -22,6 +25,8 @@ dependencyResolutionManagement {
}
google()
mavenCentral()
maven("https://objectbox.net/beta-repo/") // ✅ 必加
}
}