Skip to content

Commit

Permalink
[scm] maven移除本地maven服务器配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyueyixi committed Jul 14, 2024
1 parent 2fa8e2e commit f3fdb09
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -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' }
Expand All @@ -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 {
Expand Down

0 comments on commit f3fdb09

Please sign in to comment.