mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x' into 4.1.x
Closes gh-51647
This commit is contained in:
@@ -35,11 +35,8 @@ tasks.register("syncMavenRepository", Sync) {
|
||||
|
||||
systemTest {
|
||||
dependsOn syncMavenRepository
|
||||
if (project.hasProperty("springBootVersion")) {
|
||||
systemProperty "springBootVersion", project.properties["springBootVersion"]
|
||||
} else {
|
||||
systemProperty "springBootVersion", project.getVersion()
|
||||
}
|
||||
systemProperty "springBootVersion",
|
||||
providers.gradleProperty("springBootVersion").getOrElse(project.getVersion().toString())
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user