From dcced2561a42dced6f09e360171ad723efecb514 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Jul 2021 10:34:34 +0100 Subject: [PATCH] Upgrade to Gradle Enterprise Conventions 0.0.8 Closes gh-26115 --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index c75bb113f1a..6653e695066 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,7 @@ pluginManagement { mavenCentral() gradlePluginPortal() maven { - url 'https://repo.spring.io/plugins-release' + url 'https://repo.spring.io/release' } if (version.endsWith('-SNAPSHOT')) { maven { url "https://repo.spring.io/snapshot" } @@ -23,7 +23,7 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.6.1" - id "io.spring.ge.conventions" version "0.0.7" + id "io.spring.ge.conventions" version "0.0.8" } rootProject.name="spring-boot-build"