Skip to content

Commit 20c423c

Browse files
authored
Enable Gradle's stable configuration cache feature flag (#3390)
See https://docs.gradle.org/7.5/userguide/configuration_cache.html#config_cache:stable
1 parent b86d5b5 commit 20c423c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ plugins {
1414

1515
rootProject.name = 'micrometer'
1616

17+
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
18+
1719
buildCache {
1820
remote(HttpBuildCache) {
1921
url = 'https://ge.micrometer.io/cache/'

0 commit comments

Comments
 (0)