From 61fc4e88af6ad730153f4a0aa21812b74903e0b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 27 Mar 2024 19:19:35 +0000 Subject: [PATCH] Upgrade to 0.0.16-SNAPSHOT of Gradle Enterprise Conventions See gh-40122 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index e088c59ec4c..9fe64cb0a8b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -20,7 +20,7 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.15.1" - id "io.spring.ge.conventions" version "0.0.15" + id "io.spring.ge.conventions" version "0.0.16-SNAPSHOT" } rootProject.name="spring-boot-build"