Skip to content

Instantly share code, notes, and snippets.

@izuolan
Last active March 11, 2016 11:14
Show Gist options
  • Save izuolan/370a17016ea0ca48e6e2 to your computer and use it in GitHub Desktop.
Save izuolan/370a17016ea0ca48e6e2 to your computer and use it in GitHub Desktop.
gradle.properties set proxy
<!-- lang: shell -->
systemProp.http.proxyHost=www.proxyhost.org
systemProp.http.proxyPort=1080
systemProp.http.proxyUser=userid
systemProp.http.proxyPassword=password
systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost
systemProp.https.proxyHost=www.proxyhost.org
systemProp.https.proxyPort=1080
systemProp.https.proxyUser=userid
systemProp.https.proxyPassword=password
systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment