Files
revanced-library/settings.gradle.kts
2024-04-07 18:30:43 +02:00

16 lines
250 B
Plaintext

// TODO: Figure out why this causes problems.
rootProject.name = "revanced-library"
buildCache {
local {
isEnabled = "CI" !in System.getenv()
}
}
pluginManagement {
repositories {
google()
mavenCentral()
}
}