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 a173664 commit 41da462Copy full SHA for 41da462
build.gradle
@@ -2,6 +2,7 @@ buildscript {
2
ext.kotlinVersion = '1.3.72'
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