Skip to content

Instantly share code, notes, and snippets.

@dzinampini
Created September 25, 2019 14:24
Show Gist options
  • Save dzinampini/d18dc59ac78b5a57a5c9f9db8cc61901 to your computer and use it in GitHub Desktop.
Save dzinampini/d18dc59ac78b5a57a5c9f9db8cc61901 to your computer and use it in GitHub Desktop.
gradle build failing behind proxy
in project-folder/platform/android/gradle.properties
systemProp.http.proxyHost=192.168.1.3 //where this is the proxy
systemProp.http.proxyPort=8080 //and this is the port
systemProp.https.proxyHost=192.168.1.3
systemProp.https.proxyPort=8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment