Skip to content

Commit b6ba0cd

Browse files
committed
Merge branch '3.5.x' into 4.0.x
Closes gh-48916
2 parents c6da705 + 30b5b73 commit b6ba0cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pluginManagement {
3838
}
3939

4040
plugins {
41-
id "io.spring.develocity.conventions" version "0.0.22"
41+
id "io.spring.develocity.conventions" version "0.0.25"
4242
id "org.springframework.boot.cycle-detection"
4343
}
4444

@@ -52,7 +52,6 @@ settings.gradle.projectsLoaded {
5252
def toolchainVersion = settings.gradle.rootProject.findProperty('toolchainVersion')
5353
if (toolchainVersion != null) {
5454
value('Toolchain version', toolchainVersion)
55-
tag("JDK-$toolchainVersion")
5655
}
5756
}
5857
}

0 commit comments

Comments
 (0)