http://gradle.org/current/docs/userguide/tutorial_this_and_that.html#sec:accessing_the_web_via_a_proxy
e.g. Add the following to %USERPROFILE%\.gradle\gradle.properties:
systemProp.http.proxyHost=www.somehost.org
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=userid
systemProp.http.proxyPassword=password
systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost