We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ae02a commit e0369d3Copy full SHA for e0369d3
build.gradle
@@ -37,10 +37,10 @@ allprojects {
37
group = 'org.springframework.batch'
38
39
repositories {
40
+ mavenCentral()
41
maven { url 'https://repo.spring.io/libs-snapshot' }
42
maven { url 'https://repo.spring.io/libs-milestone' }
43
maven { url 'https://repo.spring.io/plugins-release' }
- mavenCentral()
44
}
45
46
ext {
0 commit comments