Skip to content

Commit e0369d3

Browse files
committed
Update build to resolve dependencies from maven central first
(cherry picked from commit e58ca37)
1 parent 18ae02a commit e0369d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ allprojects {
3737
group = 'org.springframework.batch'
3838

3939
repositories {
40+
mavenCentral()
4041
maven { url 'https://repo.spring.io/libs-snapshot' }
4142
maven { url 'https://repo.spring.io/libs-milestone' }
4243
maven { url 'https://repo.spring.io/plugins-release' }
43-
mavenCentral()
4444
}
4545

4646
ext {

0 commit comments

Comments
 (0)