revanced-cli/settings.gradle.kts

8 lines
113 B
Plaintext
Raw Permalink Normal View History

2023-11-22 00:26:40 +01:00
rootProject.name = "revanced-cli"
buildCache {
local {
isEnabled = "CI" !in System.getenv()
2023-11-22 00:26:40 +01:00
}
}