Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Gradle Forums topic Reference:
Description
This standard setting is currently not respected by Gradle, with the proxy being used even if the host was specified with this setting.
JavaSystemPropertiesHttpProxySettings has a getProxy(String host) that implements this behaviour, but we never use this method.