Created
September 25, 2019 14:24
-
-
Save dzinampini/d18dc59ac78b5a57a5c9f9db8cc61901 to your computer and use it in GitHub Desktop.
gradle build failing behind proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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