From 44c201eeffb46908167e1e4f11f0084cc9ad5d76 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 6 Jan 2023 14:55:40 +0000 Subject: [PATCH] Upgrade to Gradle Enterprise Conventions 0.0.13 Closes gh-33713 --- settings.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/settings.gradle b/settings.gradle index 5c2ccadff13..9dce31bd047 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,9 +2,6 @@ pluginManagement { repositories { mavenCentral() gradlePluginPortal() - maven { - url 'https://repo.spring.io/release' - } if (version.endsWith('-SNAPSHOT')) { maven { url "https://repo.spring.io/snapshot" } } @@ -23,7 +20,7 @@ pluginManagement { plugins { 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"