Skip to content

Instantly share code, notes, and snippets.

@ramonpin
Created November 22, 2018 13:34
Show Gist options
  • Save ramonpin/8df50170a7b6b19c6011fcd879112c8a to your computer and use it in GitHub Desktop.
Save ramonpin/8df50170a7b6b19c6011fcd879112c8a to your computer and use it in GitHub Desktop.
gradle proxy opts
-Dhttp.proxyHost=proxycorporativo -Dhttp.proxyPort=8080 -Dhttps.proxyHost=proxycorporativo -Dhttps.proxyPort=8080 -Dhttp.nonProxyHosts=proxycorporativo -Dhttps.nonProxyHosts=proxycorporativo
@ramonpin
Copy link
Author

ramonpin commented Nov 22, 2018

$> export GRADLE_OPTS=$(curl -sL http://bit.ly/gradle-proxy-opts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment