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:
parent
832badef4a
commit
0a2e99c1c0
@ -16,7 +16,6 @@ application {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
google()
|
||||
maven {
|
||||
// A repository must be specified for some reason. "registry" is a dummy.
|
||||
|
@ -1,7 +1 @@
|
||||
rootProject.name = "revanced-cli"
|
||||
|
||||
buildCache {
|
||||
local {
|
||||
isEnabled = "CI" !in System.getenv()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user