Skip to content

Commit b4ac211

Browse files
cortinicofacebook-github-bot
authored andcommitted
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
1 parent 94bcfb7 commit b4ac211

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
buildscript {
99
repositories {
10-
mavenLocal()
1110
google()
1211
mavenCentral()
1312
}
@@ -31,7 +30,6 @@ allprojects {
3130
// All of Detox's artifacts are provided via the npm module
3231
url = uri("$rootDir/node_modules/detox/Detox-android")
3332
}
34-
mavenLocal()
3533
google()
3634
mavenCentral()
3735
}

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
pluginManagement {
99
repositories {
1010
gradlePluginPortal()
11-
mavenLocal()
1211
google()
1312
}
1413
}

template/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ buildscript {
2222
allprojects {
2323
repositories {
2424
mavenCentral()
25-
mavenLocal()
2625
maven {
2726
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
2827
url("$rootDir/../node_modules/react-native/android")

0 commit comments

Comments
 (0)