mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-02 14:04:24 +02:00
build: Simplify enabling local build cache
This commit is contained in:
parent
2d7fffd4ec
commit
e7dacfba8c
@ -2,6 +2,6 @@ rootProject.name = "revanced-patcher"
|
||||
|
||||
buildCache {
|
||||
local {
|
||||
isEnabled = !System.getenv().containsKey("CI")
|
||||
isEnabled = "CI" !in System.getenv()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user