From ea5dfdec92a25f68509001dcb89c019ef2400ec1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 4 Feb 2020 20:03:22 +0000 Subject: [PATCH] Switch to latest snapshots of the GE conventions plugin See gh-20034 --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 922667e9941..1f78c957566 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/plugins-snapshot' } 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.1" + id "io.spring.gradle-enterprise-conventions" version "0.0.2-SNAPSHOT" } rootProject.name="spring-boot-build"