Upgrade to Develocity Conventions 0.0.25

Closes gh-48915
This commit is contained in:
Andy Wilkinson
2026-01-20 18:01:38 +00:00
parent 413ec6ce13
commit 30b5b73f5f
+1 -2
View File
@@ -34,7 +34,7 @@ pluginManagement {
}
plugins {
id "io.spring.develocity.conventions" version "0.0.22"
id "io.spring.develocity.conventions" version "0.0.25"
}
rootProject.name="spring-boot-build"
@@ -47,7 +47,6 @@ settings.gradle.projectsLoaded {
def toolchainVersion = settings.gradle.rootProject.findProperty('toolchainVersion')
if (toolchainVersion != null) {
value('Toolchain version', toolchainVersion)
tag("JDK-$toolchainVersion")
}
}
}