Skip to content

Commit 19c6b23

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 b3709a2 commit 19c6b23

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
@@ -109,9 +109,10 @@ allprojects {
109109

110110
repositories {
111111
mavenCentral()
112-
maven { url 'https://repo.spring.io/libs-milestone' }
112+
maven { url 'https://repo.spring.io/release' }
113+
maven { url 'https://repo.spring.io/milestone' }
113114
if (version.endsWith('SNAPSHOT')) {
114-
maven { url 'https://repo.spring.io/libs-snapshot' }
115+
maven { url 'https://repo.spring.io/snapshot' }
115116
}
116117
// maven { url 'https://repository.apache.org/content/groups/staging/' }
117118
}

0 commit comments

Comments
 (0)