Skip to content

Commit

Permalink
Change Spring repositories to official
Browse files Browse the repository at this point in the history
The `/libs-*` repos require an authentication to download artifacts

**Cherry-pick to `2.8.x` & `2.7.x`**
  • Loading branch information
garyrussell committed Feb 17, 2022
1 parent 03bc4e2 commit fe4a002
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ allprojects {

repositories {
mavenCentral()
maven { url 'https://repo.spring.io/libs-milestone' }
maven { url 'https://repo.spring.io/release' }
maven { url 'https://repo.spring.io/milestone' }
if (version.endsWith('SNAPSHOT')) {
maven { url 'https://repo.spring.io/libs-snapshot' }
maven { url 'https://repo.spring.io/snapshot' }
}
// maven { url 'https://repository.apache.org/content/groups/staging/' }
}
Expand Down

0 comments on commit fe4a002

Please sign in to comment.