mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-08 15:37:01 +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 {
|
||||
local {
|
||||
isEnabled = !System.getenv().containsKey("CI")
|
||||
isEnabled = "CI" !in System.getenv()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user