mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Upgrade to Develocity Conventions 0.0.25
Closes gh-48915
This commit is contained in:
+1
-2
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user