mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-08 15:17:00 +01:00
build: Simplify enabling local build cache
This commit is contained in:
parent
c4c6e05b4e
commit
b288e45021
@ -4,6 +4,6 @@ rootProject.name = "revanced-patches"
|
|||||||
|
|
||||||
buildCache {
|
buildCache {
|
||||||
local {
|
local {
|
||||||
isEnabled = !System.getenv().containsKey("CI")
|
isEnabled = "CI" !in System.getenv()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user