diff --git a/settings.gradle b/settings.gradle index dfc2231948b..b9b9ae94a66 100644 --- a/settings.gradle +++ b/settings.gradle @@ -38,7 +38,7 @@ pluginManagement { } plugins { - id "io.spring.develocity.conventions" version "0.0.22" + id "io.spring.develocity.conventions" version "0.0.25" id "org.springframework.boot.cycle-detection" } @@ -52,7 +52,6 @@ settings.gradle.projectsLoaded { def toolchainVersion = settings.gradle.rootProject.findProperty('toolchainVersion') if (toolchainVersion != null) { value('Toolchain version', toolchainVersion) - tag("JDK-$toolchainVersion") } } }