mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-08 18:34:27 +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 {
|
buildCache {
|
||||||
local {
|
local {
|
||||||
isEnabled = !System.getenv().containsKey("CI")
|
isEnabled = "CI" !in System.getenv()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user