Skip to content

Commit fe4a002

Browse files
committed
Change Spring repositories to official
The `/libs-*` repos require an authentication to download artifacts **Cherry-pick to `2.8.x` & `2.7.x`**
1 parent 03bc4e2 commit fe4a002

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ allprojects {
103103

104104
repositories {
105105
mavenCentral()
106-
maven { url 'https://repo.spring.io/libs-milestone' }
106+
maven { url 'https://repo.spring.io/release' }
107+
maven { url 'https://repo.spring.io/milestone' }
107108
if (version.endsWith('SNAPSHOT')) {
108-
maven { url 'https://repo.spring.io/libs-snapshot' }
109+
maven { url 'https://repo.spring.io/snapshot' }
109110
}
110111
// maven { url 'https://repository.apache.org/content/groups/staging/' }
111112
}

0 commit comments

Comments
 (0)