mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
94bcfb71a2
commit
b4ac21152b
@@ -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()
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenLocal()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user