Adjust repositories in the build.gradle

This commit is contained in:
Artem Bilan
2020-12-01 15:48:35 -05:00
parent afc64e4660
commit 1c2568389a

View File

@@ -1,6 +1,7 @@
buildscript {
ext.kotlinVersion = '1.3.72'
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/plugins-release' }
}
dependencies {
@@ -108,6 +109,7 @@ allprojects {
group = 'org.springframework.integration'
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/libs-milestone' }
if (project.hasProperty('mavenLocal')) {
mavenLocal()