Skip to content

Commit

Permalink
Enable Gradle's stable configuration cache feature flag (#3390)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Sep 8, 2022
1 parent b86d5b5 commit 20c423c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle
Expand Up @@ -14,6 +14,8 @@ plugins {

rootProject.name = 'micrometer'

enableFeaturePreview("STABLE_CONFIGURATION_CACHE")

buildCache {
remote(HttpBuildCache) {
url = 'https://ge.micrometer.io/cache/'
Expand Down

0 comments on commit 20c423c

Please sign in to comment.