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