Update build to resolve dependencies from maven central first
(cherry picked from commit e58ca37e1b)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user