diff --git a/gradle.properties b/gradle.properties index b2dbb27..7b6a540 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,5 @@ org.gradle.jvmargs=-Xmx2g kotlinVersion=1.9.24 javaFormatVersion=0.0.38 springBootVersion=3.3.0 +springBootGeneration=3.3.x diff --git a/settings.gradle b/settings.gradle index 1e3ed14..2dbb1a4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,8 +18,8 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.12.6" - id "io.spring.ge.conventions" version "0.0.13" + id "com.gradle.develocity" version "3.17.3" + id "io.spring.ge.conventions" version "0.0.17" } rootProject.name="spring-lifecycle-smoke-tests" @@ -32,3 +32,9 @@ include "lifecycle-listener" include "$group:${smokeTest.name}" } } + +develocity { + buildScan { + value("Spring Boot generation", "${springBootGeneration}") + } +}