Skip to content

Commit

Permalink
Allow local cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed May 8, 2024
1 parent 070a8ad commit 64c4b6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ buildCache {
val httpCacheHost = System.getenv("CIRRUS_HTTP_CACHE_HOST")
println("Using HTTP cache: $httpCacheHost")
if (httpCacheHost != null) {
local {
isEnabled = false
}
remote<HttpBuildCache> {
url = uri("http://$httpCacheHost/")
isEnabled = true
Expand Down

0 comments on commit 64c4b6b

Please sign in to comment.