ansible-plugin
ansible-plugin copied to clipboard
added proxy support for gradle.
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.
Can someone without a proxy can confirm/test, that this configuration also works for him and he can build with it :grey_question: