From b1b3431bd6b45e552a93e841eda4e27cb1a41554 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 11:00:09 +0100 Subject: [PATCH] Migrate to Develocity-branded plugin --- settings.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.gradle b/settings.gradle index 495fd3e7..a982ea47 100644 --- a/settings.gradle +++ b/settings.gradle @@ -40,8 +40,8 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.16.2" - id "io.spring.ge.conventions" version "0.0.16" + id "com.gradle.develocity" version "3.17.3" + id "io.spring.ge.conventions" version "0.0.17" } rootProject.name="spring-aot-smoke-tests" @@ -55,7 +55,7 @@ include "aot-smoke-test-third-party-hints" } } -gradleEnterprise { +develocity { buildScan { value("Spring Boot generation", "${springBootGeneration}") }