Merge branch '4.1.x'

Closes gh-51638
This commit is contained in:
Andy Wilkinson
2026-09-09 08:08:09 +01:00
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -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'
+1
View File
@@ -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 {