Skip to content

Commit

Permalink
Remove mavenLocal()
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and facebook-github-bot committed Sep 22, 2021
1 parent 94bcfb7 commit b4ac211
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

buildscript {
repositories {
mavenLocal()
google()
mavenCentral()
}
Expand All @@ -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()
}
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
google()
}
}
Expand Down
1 change: 0 additions & 1 deletion template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b4ac211

Please sign in to comment.