mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-15 11:27:40 -04:00
feat: Enable local build cache (#4117)
This commit is contained in:
@@ -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://<your-build-cache-ip-here>:5071/cache/")
|
||||
//
|
||||
// // Allow this machine to upload results to the cache
|
||||
// isPush = true
|
||||
//
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
|
||||
Reference in New Issue
Block a user