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 d54e50a commit 8276b6cCopy full SHA for 8276b6c
build.gradle
@@ -105,7 +105,7 @@ allprojects {
105
if (version.endsWith('SNAPSHOT')) {
106
maven { url 'https://repo.spring.io/libs-snapshot' }
107
}
108
- maven { url 'https://repository.apache.org/content/groups/staging/' }
+// maven { url 'https://repository.apache.org/content/groups/staging/' }
109
110
111
0 commit comments