We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
this falls short for non-proxy-hosts or for different http/https proxies.
The text was updated successfully, but these errors were encountered: