We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6da705 + 30b5b73 commit b6ba0cdCopy full SHA for b6ba0cd
settings.gradle
@@ -38,7 +38,7 @@ pluginManagement {
38
}
39
40
plugins {
41
- id "io.spring.develocity.conventions" version "0.0.22"
+ id "io.spring.develocity.conventions" version "0.0.25"
42
id "org.springframework.boot.cycle-detection"
43
44
@@ -52,7 +52,6 @@ settings.gradle.projectsLoaded {
52
def toolchainVersion = settings.gradle.rootProject.findProperty('toolchainVersion')
53
if (toolchainVersion != null) {
54
value('Toolchain version', toolchainVersion)
55
- tag("JDK-$toolchainVersion")
56
57
58
0 commit comments