|
|
@ -2,9 +2,6 @@ pluginManagement {
|
|
|
|
repositories {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
gradlePluginPortal()
|
|
|
|
maven {
|
|
|
|
|
|
|
|
url 'https://repo.spring.io/release'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (version.endsWith('-SNAPSHOT')) {
|
|
|
|
if (version.endsWith('-SNAPSHOT')) {
|
|
|
|
maven { url "https://repo.spring.io/snapshot" }
|
|
|
|
maven { url "https://repo.spring.io/snapshot" }
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -23,7 +20,7 @@ pluginManagement {
|
|
|
|
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
plugins {
|
|
|
|
id "com.gradle.enterprise" version "3.12.1"
|
|
|
|
id "com.gradle.enterprise" version "3.12.1"
|
|
|
|
id "io.spring.ge.conventions" version "0.0.12"
|
|
|
|
id "io.spring.ge.conventions" version "0.0.13"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
rootProject.name="spring-boot-build"
|
|
|
|
rootProject.name="spring-boot-build"
|
|
|
|