Update build to resolve dependencies from maven central first

(cherry picked from commit e58ca37e1b)
This commit is contained in:
Mahmoud Ben Hassine
2020-11-20 17:15:43 +01:00
parent c7f9d582bf
commit 4e122da3b9

View File

@@ -36,10 +36,10 @@ allprojects {
group = 'org.springframework.batch'
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/libs-snapshot' }
maven { url 'https://repo.spring.io/libs-milestone' }
maven { url 'https://repo.spring.io/plugins-release' }
mavenCentral()
}
ext {