From 65400f8c712b2fb326178a57e07882242eca58d2 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Tue, 19 Jul 2022 16:09:29 -0400 Subject: [PATCH] Update gradle-enterprise-conventions plugin to 0.0.11 Issue gh-788 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 95cbd746..e653ad7a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.10.2" - id "io.spring.ge.conventions" version "0.0.9" + id "io.spring.ge.conventions" version "0.0.11" } dependencyResolutionManagement {