mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-27 22:36:51 +01: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…
Reference in New Issue
Block a user