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 09fb266 commit 0fe7fadCopy full SHA for 0fe7fad
build.gradle
@@ -1,6 +1,8 @@
1
buildscript {
2
ext.kotlinVersion = '1.3.61'
3
repositories {
4
+ mavenCentral()
5
+ maven { url 'https://plugins.gradle.org/m2' }
6
maven { url 'https://repo.spring.io/plugins-release' }
7
}
8
dependencies {
0 commit comments