revanced-cli/settings.gradle.kts
2023-11-22 00:26:40 +01:00

8 lines
123 B
Plaintext

rootProject.name = "revanced-cli"
buildCache {
local {
isEnabled = !System.getenv().containsKey("CI")
}
}