1
0

feat: 更新maven仓库地址

This commit is contained in:
2025-04-07 14:10:34 +08:00
parent 4d79d9a1ee
commit d876caa507
2 changed files with 25 additions and 7 deletions

View File

@@ -26,13 +26,6 @@ configurations {
}
}
repositories {
maven {
url = uri("http://localhost:3105/threepartrepo")
isAllowInsecureProtocol = true
}
}
dependencies {
implementation("com.lanyuanxiaoyao:squirrel-core-jvm:1.0.0-SNAPSHOT") {
exclude("commons-logging", "commons-logging")