Add mavenCentral() repo
This commit is contained in:
@@ -35,6 +35,7 @@ allprojects {
|
||||
group = 'org.springframework.amqp'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
if (version.endsWith('BUILD-SNAPSHOT')) {
|
||||
maven { url 'https://repo.spring.io/libs-snapshot' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user