Commit 80d78ce7 authored by michael's avatar michael

update maven allowInsecureProtocol

parent 46d1c70d
...@@ -9,7 +9,10 @@ compileTestJava.options.encoding = "UTF-8" ...@@ -9,7 +9,10 @@ compileTestJava.options.encoding = "UTF-8"
repositories { repositories {
mavenLocal() mavenLocal()
maven { url "http://mvn.chenzhen.shop/repository/maven-public/" } maven {
allowInsecureProtocol = true
url "http://mvn.chenzhen.shop/repository/maven-public/"
}
maven { url "https://maven.aliyun.com/repository/central" } maven { url "https://maven.aliyun.com/repository/central" }
mavenCentral() mavenCentral()
} }
\ No newline at end of file
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