Migrate to Develocity-branded plugin

This commit is contained in:
Andy Wilkinson
2024-05-13 11:00:09 +01:00
parent a8a35a7e6e
commit b1b3431bd6

View File

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