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 5e93c36 commit 606146cCopy full SHA for 606146c
build.gradle
@@ -4,7 +4,10 @@ buildscript {
4
repositories {
5
mavenCentral()
6
gradlePluginPortal()
7
- maven { url 'https://repo.spring.io/plugins-release' }
+ maven { url 'https://repo.spring.io/plugins-release-local' }
8
+ if (version.endsWith('SNAPSHOT')) {
9
+ maven { url 'https://repo.spring.io/snapshot' }
10
+ }
11
}
12
dependencies {
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
0 commit comments