Upgrade to Gradle Enterprise Conventions Plugin 0.0.2
Closes gh-20034
This commit is contained in:
parent
5c2b28cb57
commit
6abd4f0737
|
|
@ -3,7 +3,7 @@ pluginManagement {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven {
|
maven {
|
||||||
url 'https://repo.spring.io/plugins-snapshot'
|
url 'https://repo.spring.io/plugins-release'
|
||||||
}
|
}
|
||||||
if (version.endsWith('BUILD-SNAPSHOT')) {
|
if (version.endsWith('BUILD-SNAPSHOT')) {
|
||||||
maven { url "https://repo.spring.io/snapshot" }
|
maven { url "https://repo.spring.io/snapshot" }
|
||||||
|
|
@ -23,7 +23,7 @@ pluginManagement {
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "com.gradle.enterprise" version "3.1.1"
|
id "com.gradle.enterprise" version "3.1.1"
|
||||||
id "io.spring.gradle-enterprise-conventions" version "0.0.2-SNAPSHOT"
|
id "io.spring.gradle-enterprise-conventions" version "0.0.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name="spring-boot-build"
|
rootProject.name="spring-boot-build"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue