Enable cache for actions

master
Androidacy Service Account 1 year ago committed by GitHub
parent f824e3a915
commit 4bede75904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,11 +23,11 @@ dependencyResolutionManagement {
}
}
val isCiServer = System.getenv().containsKey("CI")
// val isCiServer = System.getenv().containsKey("CI")
// Cache build artifacts, so expensive operations do not need to be re-computed
buildCache {
local {
isEnabled = !isCiServer
isEnabled = true
}
}

Loading…
Cancel
Save