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