Enable stable configuration cache feature flag

Closes gh-32061
This commit is contained in:
Andy Wilkinson 2022-08-10 12:35:22 +01:00
parent 066e9671ae
commit 5d29057309

View File

@ -28,6 +28,8 @@ plugins {
rootProject.name="spring-boot-build"
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
settings.gradle.projectsLoaded {
gradleEnterprise {
buildScan {