From 6abd4f0737f9c51dcafe1dd401c9ec6340d8ddf7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 5 Feb 2020 16:25:28 +0000 Subject: [PATCH] Upgrade to Gradle Enterprise Conventions Plugin 0.0.2 Closes gh-20034 --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 1f78c95756..ad7598ae91 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,7 @@ pluginManagement { mavenCentral() gradlePluginPortal() maven { - url 'https://repo.spring.io/plugins-snapshot' + url 'https://repo.spring.io/plugins-release' } if (version.endsWith('BUILD-SNAPSHOT')) { maven { url "https://repo.spring.io/snapshot" } @@ -23,7 +23,7 @@ pluginManagement { plugins { 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"