Commit 3c0b64d4 by zhangchengbo

fix:更换服务器ip地址

parent d5946c94
...@@ -11,7 +11,7 @@ dependencyResolutionManagement { ...@@ -11,7 +11,7 @@ dependencyResolutionManagement {
google() google()
mavenCentral() mavenCentral()
maven { maven {
setUrl("http://192.168.0.79:10004/repository/maven-public/") setUrl("http://192.168.18.4:10004/repository/maven-public/")
isAllowInsecureProtocol = true isAllowInsecureProtocol = true
} }
maven { setUrl("https://jitpack.io") } maven { setUrl("https://jitpack.io") }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment