react-native-macos/ReactAndroid/hermes-engine
Nicola Corti a18bad4555 Re-add repositories{} block to allow for build-from-source
Summary:
I've just tested the nightly and the build from source is broken as the `repositories{}` block is missing.

Normally RNGP will take care of setting repositories for everyone, but this is triggered by the app-module.
When building from source, the app module of the user is isolated from the included build of React Native,
therefore the repositories{} definitions are not passed over.

Without this, the build fails with:
```
Cannot resolve external dependency ... because no repositories are defined
```

Changelog:
[Internal] [Changed] - Re-add repositories{} block to allow for build-from-source

Reviewed By: cipolleschi

Differential Revision: D43501011

fbshipit-source-id: b41c56c62839163ad210e7e303940dec0a9001da
2023-02-22 09:18:32 -08:00
..
.npmignore Build Hermes from Source (#33396) 2022-03-11 15:23:36 -08:00
build.gradle Re-add repositories{} block to allow for build-from-source 2023-02-22 09:18:32 -08:00
gradle.properties Build Hermes from Source (#33396) 2022-03-11 15:23:36 -08:00