Skip to content

Commit b7663d3

Browse files
artembilangaryrussell
authored andcommitted
Adjust repositories in build.gradle
1 parent 2b2bb89 commit b7663d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
buildscript {
22
ext.kotlinVersion = '1.3.50'
33
repositories {
4+
mavenCentral()
45
maven { url 'https://repo.spring.io/plugins-release' }
56
}
67
dependencies {
@@ -86,6 +87,7 @@ allprojects {
8687
}
8788

8889
repositories {
90+
mavenCentral()
8991
maven { url 'https://repo.spring.io/libs-milestone' }
9092
if (version.endsWith('BUILD-SNAPSHOT')) {
9193
maven { url 'https://repo.spring.io/libs-snapshot' }

0 commit comments

Comments
 (0)