From 23b329be075317a4ccc4da4641679d8468404f69 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 3 Jun 2020 17:27:14 +0100 Subject: [PATCH] Upgrade to Gradle Enterprise Conventions Plugin 0.0.3 Closes gh-21674 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 17a3839242f..2b15fc6c613 100644 --- a/settings.gradle +++ b/settings.gradle @@ -23,7 +23,7 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.2" - id "io.spring.gradle-enterprise-conventions" version "0.0.2" + id "io.spring.gradle-enterprise-conventions" version "0.0.3" } rootProject.name="spring-boot-build"