diff --git a/settings.gradle b/settings.gradle index 8af2f0beac0..252b2b76019 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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") } } }