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

Honour Java system proxy settings #149

Open
mithomas opened this issue Feb 5, 2018 · 0 comments
Open

Honour Java system proxy settings #149

mithomas opened this issue Feb 5, 2018 · 0 comments

Comments

@mithomas
Copy link

mithomas commented Feb 5, 2018

Currently the gradle plugin does no support the default Java proxy settings http(s).proxyHost/http(s).proxyPort/http(s).nonProxyHosts.

Even though it is possible to pass through the settings like so:

artifactory {
  clientConfig.proxy.host = System.properties['http.proxyHost']
  clientConfig.proxy.port = System.properties['http.proxyPort'] as Integer
}

this falls short for non-proxy-hosts or for different http/https proxies.

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

No branches or pull requests

1 participant