Skip to content

Commit 1c25683

Browse files
committed
Adjust repositories in the build.gradle
1 parent afc64e4 commit 1c25683

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.72'
33
repositories {
4+
mavenCentral()
45
maven { url 'https://repo.spring.io/plugins-release' }
56
}
67
dependencies {
@@ -108,6 +109,7 @@ allprojects {
108109
group = 'org.springframework.integration'
109110

110111
repositories {
112+
mavenCentral()
111113
maven { url 'https://repo.spring.io/libs-milestone' }
112114
if (project.hasProperty('mavenLocal')) {
113115
mavenLocal()

0 commit comments

Comments
 (0)