Skip to content

Commit 4e122da

Browse files
committed
Update build to resolve dependencies from maven central first
(cherry picked from commit e58ca37)
1 parent c7f9d58 commit 4e122da

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
@@ -36,10 +36,10 @@ allprojects {
3636
group = 'org.springframework.batch'
3737

3838
repositories {
39+
mavenCentral()
3940
maven { url 'https://repo.spring.io/libs-snapshot' }
4041
maven { url 'https://repo.spring.io/libs-milestone' }
4142
maven { url 'https://repo.spring.io/plugins-release' }
42-
mavenCentral()
4343
}
4444

4545
ext {

0 commit comments

Comments
 (0)