Skip to content

Commit 2b02987

Browse files
committed
Adjust repositories in build.gradle
1 parent fa50a4a commit 2b02987

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 {
@@ -95,6 +96,7 @@ allprojects {
9596
}
9697

9798
repositories {
99+
mavenCentral()
98100
maven { url 'https://repo.spring.io/libs-milestone' }
99101
if (version.endsWith('BUILD-SNAPSHOT')) {
100102
maven { url 'https://repo.spring.io/libs-snapshot' }

0 commit comments

Comments
 (0)