diff --git a/build.gradle.kts b/build.gradle.kts index 06d0202..faf82e5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,6 @@ application { repositories { mavenCentral() - mavenLocal() google() maven { // A repository must be specified for some reason. "registry" is a dummy. diff --git a/settings.gradle.kts b/settings.gradle.kts index 47f5152..97e6f04 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1 @@ rootProject.name = "revanced-cli" - -buildCache { - local { - isEnabled = "CI" !in System.getenv() - } -}