diff --git a/settings.gradle.kts b/settings.gradle.kts index 8fb795d2d..ee9facdaa 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -77,6 +77,21 @@ develocity { } publishing.onlyIf { false } } + buildCache { + local { + isEnabled = true + } +// remote(HttpBuildCache::class.java) { +// isAllowInsecureProtocol = true +// // Replace with your selfhosted instance address +// // see: https://docs.gradle.org/current/userguide/build_cache.html#sec:build_cache_setup_http_backend +// url = uri("http://:5071/cache/") +// +// // Allow this machine to upload results to the cache +// isPush = true +// +// } + } } @Suppress("UnstableApiUsage")