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 03bc4e2 commit fe4a002Copy full SHA for fe4a002
build.gradle
@@ -103,9 +103,10 @@ allprojects {
103
104
repositories {
105
mavenCentral()
106
- maven { url 'https://repo.spring.io/libs-milestone' }
+ maven { url 'https://repo.spring.io/release' }
107
+ maven { url 'https://repo.spring.io/milestone' }
108
if (version.endsWith('SNAPSHOT')) {
- maven { url 'https://repo.spring.io/libs-snapshot' }
109
+ maven { url 'https://repo.spring.io/snapshot' }
110
}
111
// maven { url 'https://repository.apache.org/content/groups/staging/' }
112
0 commit comments