Remove mavenLocal()

Summary:
Having mavenLocal specified as part of the build is creating confusion as stale artifacts could be used inside the build.

This Diff is attempting to remove. Developers that need it for local development can still re-add it.

Changelog:
[Internal] [Changed] - Remove mavenLocal()

Reviewed By: ShikaSD

Differential Revision: D31057038

fbshipit-source-id: 90335047a0ba5a537ce347e4c1592bfe756d4135
This commit is contained in:
Nicola Corti
2021-09-22 03:19:19 -07:00
committed by Facebook GitHub Bot
parent 94bcfb71a2
commit b4ac21152b
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -7,7 +7,6 @@
buildscript {
repositories {
mavenLocal()
google()
mavenCentral()
}
@@ -31,7 +30,6 @@ allprojects {
// All of Detox's artifacts are provided via the npm module
url = uri("$rootDir/node_modules/detox/Detox-android")
}
mavenLocal()
google()
mavenCentral()
}
-1
View File
@@ -8,7 +8,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
google()
}
}
-1
View File
@@ -22,7 +22,6 @@ buildscript {
allprojects {
repositories {
mavenCentral()
mavenLocal()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")