Is there any way to simply set up a global, system-wide proxy for gradle?
Yes, I know there is a systemProp.http.proxyHost
, ...etc settings in the current gradle.properties
file, but it works only in the actual project. But
- I won't set it up in every gradle project
- and I won't change the source code of a project because of my local network configuration.
So, is there any "global gradle.properties" file or so?