From 6825bdaf7964fe9a9e8a5114b2cfbc713574a401 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 28 Mar 2024 11:23:01 +0000 Subject: [PATCH] Upgrade to Gradle Enterprise Conventions 0.0.16 Closes gh-40122 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 9fe64cb0a8ba..3b797053e190 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.16-SNAPSHOT" + id "io.spring.ge.conventions" version "0.0.16" } rootProject.name="spring-boot-build"