1
mirror of https://github.com/revanced/revanced-cli synced 2024-12-04 04:35:17 +01:00

build: Remove local Maven repo and unnecessary build configuration

This commit is contained in:
oSumAtrIX 2024-07-26 02:03:51 +02:00
parent 832badef4a
commit 0a2e99c1c0
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 0 additions and 7 deletions

View File

@ -16,7 +16,6 @@ application {
repositories {
mavenCentral()
mavenLocal()
google()
maven {
// A repository must be specified for some reason. "registry" is a dummy.

View File

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