From 5d29057309661654d069bd69208a217d1457fc86 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Aug 2022 12:35:22 +0100 Subject: [PATCH] Enable stable configuration cache feature flag Closes gh-32061 --- settings.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.gradle b/settings.gradle index 4c1dc71f10f..794a29f36c0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -28,6 +28,8 @@ plugins { rootProject.name="spring-boot-build" +enableFeaturePreview("STABLE_CONFIGURATION_CACHE") + settings.gradle.projectsLoaded { gradleEnterprise { buildScan {