mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
Configure plugin repositories to use Gradle Portal last
Summary: Gradle Plugin Portal proxies jcenter which is quite unstable these days. This change updates plugin repositories to look into maven central and google first and use gradle plugin repo only as a fallback. Changelog: [Internal] - Prioritize maven central for Gradle plugins Reviewed By: cortinico Differential Revision: D33550827 fbshipit-source-id: b436b05b0fd07865b56dd3e442d8399678dfff85
This commit is contained in:
parent
72d949e254
commit
3cf0291008
@ -7,8 +7,9 @@
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7,8 +7,9 @@
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user