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 2b2bb89 commit b7663d3Copy full SHA for b7663d3
build.gradle
@@ -1,6 +1,7 @@
1
buildscript {
2
ext.kotlinVersion = '1.3.50'
3
repositories {
4
+ mavenCentral()
5
maven { url 'https://repo.spring.io/plugins-release' }
6
}
7
dependencies {
@@ -86,6 +87,7 @@ allprojects {
86
87
88
89
90
91
maven { url 'https://repo.spring.io/libs-milestone' }
92
if (version.endsWith('BUILD-SNAPSHOT')) {
93
maven { url 'https://repo.spring.io/libs-snapshot' }
0 commit comments