Skip to content

Commit 43dd7e3

Browse files
committed
Add mavenCentral() to repos
1 parent 8a6260e commit 43dd7e3

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
@@ -100,6 +100,7 @@ allprojects {
100100
}
101101

102102
repositories {
103+
mavenCentral()
103104
maven { url 'https://repo.spring.io/libs-milestone' }
104105
if (version.endsWith('BUILD-SNAPSHOT')) {
105106
maven { url 'https://repo.spring.io/libs-snapshot' }

0 commit comments

Comments
 (0)