Upgrade to Gradle Enterprise Conventions 0.0.13

Closes gh-33713
This commit is contained in:
Andy Wilkinson 2023-01-06 14:55:40 +00:00
parent 68af379714
commit 44c201eeff

View File

@ -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"