Skip to content

Commit

Permalink
gradle remove aliyun repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Nov 28, 2023
1 parent a3a0134 commit 06c025f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ configure(allprojects) { project ->
mavenLocal()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
//maven { url "https://maven.aliyun.com/repository/public" }
//maven { url "https://maven.aliyun.com/repository/central" }
mavenCentral()
}

Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ pluginManagement {
repositories {
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
//maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
//maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
mavenCentral()
gradlePluginPortal()
}
Expand Down

0 comments on commit 06c025f

Please sign in to comment.