Skip to content

Commit e58ca37

Browse files
committed
Update build to resolve dependencies from maven central first
1 parent da8c6c8 commit e58ca37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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)