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 3961bf4 commit 49cf8f5Copy full SHA for 49cf8f5
build.gradle
@@ -2,6 +2,7 @@ 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