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 943cf19 commit 09b99a3Copy full SHA for 09b99a3
build.gradle
@@ -135,6 +135,7 @@ allprojects {
135
maven { url 'https://repo.spring.io/milestone' }
136
if (version.endsWith('-SNAPSHOT')) {
137
maven { url 'https://repo.spring.io/snapshot' }
138
+ maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
139
}
140
// maven { url 'https://repo.spring.io/libs-staging-local' }
141
0 commit comments