-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo #41175
Conversation
This pull request was exported from Phabricator. Differential Revision: D50600815 |
Base commit: 3d1d2f5 |
This pull request was exported from Phabricator. Differential Revision: D50600815 |
d77a8eb
to
db81098
Compare
…avenLocalRepo (facebook#41175) Summary: This will make sure that if you specify a maven local folder with `react.internal.mavenLocalRepo` you're not attempting to fetch artifacts from Maven Central. Changelog: [Internal] [Changed] - Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo Reviewed By: mdvacca Differential Revision: D50600815
…avenLocalRepo (facebook#41175) Summary: This will make sure that if you specify a maven local folder with `react.internal.mavenLocalRepo` you're not attempting to fetch artifacts from Maven Central. Changelog: [Internal] [Changed] - Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo Reviewed By: mdvacca Differential Revision: D50600815
This pull request was exported from Phabricator. Differential Revision: D50600815 |
db81098
to
388a30e
Compare
This pull request was exported from Phabricator. Differential Revision: D50600815 |
…avenLocalRepo (facebook#41175) Summary: This will make sure that if you specify a maven local folder with `react.internal.mavenLocalRepo` you're not attempting to fetch artifacts from Maven Central. Changelog: [Internal] [Changed] - Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo Reviewed By: mdvacca Differential Revision: D50600815
388a30e
to
5adafdf
Compare
This pull request was exported from Phabricator. Differential Revision: D50600815 |
2 similar comments
This pull request was exported from Phabricator. Differential Revision: D50600815 |
This pull request was exported from Phabricator. Differential Revision: D50600815 |
5adafdf
to
077f00a
Compare
…avenLocalRepo (facebook#41175) Summary: This will make sure that if you specify a maven local folder with `react.internal.mavenLocalRepo` you're not attempting to fetch artifacts from Maven Central. Changelog: [Internal] [Changed] - Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo ignored-github-export-checks bypass-github-export-checks Reviewed By: mdvacca Differential Revision: D50600815
…avenLocalRepo (facebook#41175) Summary: This will make sure that if you specify a maven local folder with `react.internal.mavenLocalRepo` you're not attempting to fetch artifacts from Maven Central. Changelog: [Internal] [Changed] - Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo ignored-github-export-checks bypass-github-export-checks Reviewed By: mdvacca Differential Revision: D50600815
077f00a
to
ca0c5c2
Compare
This pull request was exported from Phabricator. Differential Revision: D50600815 |
…avenLocalRepo (facebook#41175) Summary: This will make sure that if you specify a maven local folder with `react.internal.mavenLocalRepo` you're not attempting to fetch artifacts from Maven Central. Changelog: [Internal] [Changed] - Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo ignored-github-export-checks bypass-github-export-checks Reviewed By: mdvacca Differential Revision: D50600815
This pull request was exported from Phabricator. Differential Revision: D50600815 |
ca0c5c2
to
29072bb
Compare
This pull request has been merged in 1a7a677. |
…avenLocalRepo (facebook#41175) Summary: Pull Request resolved: facebook#41175 This will make sure that if you specify a maven local folder with `react.internal.mavenLocalRepo` you're not attempting to fetch artifacts from Maven Central. Changelog: [Internal] [Changed] - Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo ignored-github-export-checks bypass-github-export-checks Reviewed By: mdvacca Differential Revision: D50600815 fbshipit-source-id: f429c2ae9d7204e4aa2cb29357983c0dc3a1aab6
Summary:
This will make sure that if you specify a maven local folder with
react.internal.mavenLocalRepo
you're not attempting to fetch artifacts from Maven Central.
Changelog:
[Internal] [Changed] - Do not attempt to query Maven Central if project has react.internal.mavenLocalRepo
Reviewed By: mdvacca
Differential Revision: D50600815