We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4cfc4 commit 91cc99aCopy full SHA for 91cc99a
build.gradle
@@ -83,9 +83,9 @@ configure(allprojects) {
83
84
repositories {
85
mavenCentral()
86
- maven { url 'https://repo.springsource.org/libs-snapshot' }
87
- maven { url 'https://repo.springsource.org/libs-release' }
88
- maven { url 'https://repo.springsource.org/libs-milestone' }
+ maven { url 'https://repo.spring.io/libs-snapshot' }
+ maven { url 'https://repo.spring.io/libs-release' }
+ maven { url 'https://repo.spring.io/libs-milestone' }
89
}
90
91
dependencyManagement {
0 commit comments