build: Simplify enabling local build cache
This commit is contained in:
parent
19f74bcdb1
commit
6b35561394
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ rootProject.name = "revanced-patches"
|
||||||
|
|
||||||
buildCache {
|
buildCache {
|
||||||
local {
|
local {
|
||||||
isEnabled = !System.getenv().containsKey("CI")
|
isEnabled = "CI" !in System.getenv()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue