Skip to content

Commit fa253ba

Browse files
committed
Add mavenCentral() repo
1 parent ef72f80 commit fa253ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ allprojects {
3535
group = 'org.springframework.amqp'
3636

3737
repositories {
38+
mavenCentral()
3839
if (version.endsWith('BUILD-SNAPSHOT')) {
3940
maven { url 'https://repo.spring.io/libs-snapshot' }
4041
}

0 commit comments

Comments
 (0)