Skip to content

Commit cad3bd7

Browse files
committed
Add mavenCentral to repositories
1 parent 19360e0 commit cad3bd7

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
@@ -87,6 +87,7 @@ allprojects {
8787
}
8888

8989
repositories {
90+
mavenCentral()
9091
maven { url 'https://repo.spring.io/libs-release' }
9192
if (version.endsWith('BUILD-SNAPSHOT')) {
9293
maven { url 'https://repo.spring.io/libs-snapshot' }

0 commit comments

Comments
 (0)