mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.1.x'
Closes gh-51638
This commit is contained in:
@@ -20,10 +20,12 @@ pluginManagement {
|
|||||||
def properties = new Properties()
|
def properties = new Properties()
|
||||||
properties.load(it)
|
properties.load(it)
|
||||||
properties.forEach(settings.ext::set)
|
properties.forEach(settings.ext::set)
|
||||||
gradle.rootProject {
|
gradle.lifecycle.beforeProject {
|
||||||
properties.forEach(project.ext::set)
|
properties.forEach(project.ext::set)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enableFeaturePreview("NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS")
|
||||||
|
|
||||||
include 'cycle-detection-plugin'
|
include 'cycle-detection-plugin'
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ plugins {
|
|||||||
rootProject.name="spring-boot-build"
|
rootProject.name="spring-boot-build"
|
||||||
|
|
||||||
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
|
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
|
||||||
|
enableFeaturePreview("NO_IMPLICIT_LOOKUP_IN_PARENT_PROJECTS")
|
||||||
|
|
||||||
settings.gradle.projectsLoaded {
|
settings.gradle.projectsLoaded {
|
||||||
develocity {
|
develocity {
|
||||||
|
|||||||
Reference in New Issue
Block a user