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.
build.gradle
1 parent b258624 commit 6ae6f34Copy full SHA for 6ae6f34
build.gradle
@@ -121,7 +121,7 @@ allprojects {
121
mavenLocal()
122
}
123
mavenCentral()
124
- git
+ maven { url 'https://repo.spring.io/release' }
125
maven { url 'https://repo.spring.io/milestone' }
126
if (version.endsWith('SNAPSHOT')) {
127
maven { url 'https://repo.spring.io/snapshot' }
0 commit comments