Skip to content
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

added proxy support for gradle. #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FloThinksPi
Copy link
Contributor

proxy is only used when a system wide proxy is supplied
via env variables HTTP_PROXY or HTTPS_PROXY like it is common on OSX and Linux

If no variable is set, all works without proxy.
This change my save guys some time to figure out how to do gradle build when beeing behind a cooperate proxy.

proxy is only used when a system wide proxy is supplied
via env variables HTTP_PROXY or HTTPS_PROXY like it is common on OSX and Linux
@FloThinksPi
Copy link
Contributor Author

FloThinksPi commented Jan 15, 2019

Can someone without a proxy can confirm/test, that this configuration also works for him and he can build with it ❔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants