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 afc64e4 commit 1c25683Copy full SHA for 1c25683
build.gradle
@@ -1,6 +1,7 @@
1
buildscript {
2
ext.kotlinVersion = '1.3.72'
3
repositories {
4
+ mavenCentral()
5
maven { url 'https://repo.spring.io/plugins-release' }
6
}
7
dependencies {
@@ -108,6 +109,7 @@ allprojects {
108
109
group = 'org.springframework.integration'
110
111
112
113
maven { url 'https://repo.spring.io/libs-milestone' }
114
if (project.hasProperty('mavenLocal')) {
115
mavenLocal()
0 commit comments