1
mirror of https://github.com/revanced/revanced-cli synced 2024-11-16 11:23:31 +01:00
revanced-cli/settings.gradle.kts
2023-12-10 21:57:12 +01:00

8 lines
113 B
Plaintext

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