bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
45 stars 30 forks source link

generate_workspace does not pickup http_proxy or https_proxy settings #7

Open petroseskinder opened 7 years ago

petroseskinder commented 7 years ago

Migrating from issue 1800 in bazel repository.

Thus, it fails to run/fetch anything if you are behind a proxy. Optionally or alternatively, it could use .m2/settings.xml's proxy settings to configure proxies if that's easier.