diff --git a/settings.gradle b/settings.gradle index 56cafd4..e553101 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,9 +1,9 @@ pluginManagement { repositories { - maven { - allowInsecureProtocol = true - url "http://127.0.0.1:10072" - } +// maven { +// allowInsecureProtocol = true +// url "http://127.0.0.1:10072" +// } maven { url 'https://repo.huaweicloud.com/repository/maven' } //central有的,public聚合仓不一定有,奇葩 maven { url 'https://maven.aliyun.com/repository/central' } @@ -21,10 +21,10 @@ pluginManagement { dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { - maven { - allowInsecureProtocol = true - url "http://127.0.0.1:10072" - } +// maven { +// allowInsecureProtocol = true +// url "http://127.0.0.1:10072" +// } // maven { // url = uri("https://maven.pkg.github.com/mingyueyixi/frame-ui") // credentials {