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}") }