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.
libs-milestone
libs-snapshot
1 parent 18c38a0 commit 3183458Copy full SHA for 3183458
build.gradle
@@ -110,9 +110,9 @@ allprojects {
110
111
repositories {
112
mavenCentral()
113
- maven { url 'https://repo.spring.io/libs-milestone' }
+ maven { url 'https://repo.spring.io/milestone' }
114
if (version.endsWith('-SNAPSHOT')) {
115
- maven { url 'https://repo.spring.io/libs-snapshot' }
+ maven { url 'https://repo.spring.io/snapshot' }
116
// maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
117
}
118
// maven { url 'https://repo.spring.io/libs-staging-local' }
0 commit comments