mirror of
https://github.com/revanced/revanced-cli
synced 2024-12-10 20:03:55 +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 {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
|
||||||
google()
|
google()
|
||||||
maven {
|
maven {
|
||||||
// A repository must be specified for some reason. "registry" is a dummy.
|
// A repository must be specified for some reason. "registry" is a dummy.
|
||||||
|
@ -1,7 +1 @@
|
|||||||
rootProject.name = "revanced-cli"
|
rootProject.name = "revanced-cli"
|
||||||
|
|
||||||
buildCache {
|
|
||||||
local {
|
|
||||||
isEnabled = "CI" !in System.getenv()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user