mirror of
https://github.com/revanced/revanced-cli
synced 2024-11-16 11:23:31 +01:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
rootProject.name = "revanced-cli"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|