From 14b15027afa6c06c5fe390b574981d29f8096e99 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Nov 2020 14:38:54 +0000 Subject: [PATCH] Correct the ID of the GE conventions plugin See gh-24178 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 90799f47f9..4ec60be82b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -23,7 +23,7 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.5" - id "io.spring.gradle-enterprise-conventions" version "0.0.7" + id "io.spring.ge.conventions" version "0.0.7" } rootProject.name="spring-boot-build"