mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-03 18:33:55 +01:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
rootProject.name = "revanced-cli"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = !System.getenv().containsKey("CI")
|
|
}
|
|
}
|