diff --git a/settings.gradle.kts b/settings.gradle.kts index 10b30c4..1df3126 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1 +1,7 @@ -rootProject.name = "revanced-library" \ No newline at end of file +rootProject.name = "revanced-library" + +buildCache { + local { + isEnabled = !System.getenv().containsKey("CI") + } +}