Created
January 27, 2017 18:48
-
-
Save boina-n/b1ab25125775e0871e8b5899f6f38dd9 to your computer and use it in GitHub Desktop.
Set a proxy with gradlew to build a project
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
git clone https://github.com/kgshukla/hawqdb-service-broker.git | |
./gradlew -Dhttp.proxyHost=12.34.56.78 -Dhttp.proxyPort=3128 -Dhttps.proxyHost=12.34.56.78 -Dhttps.proxyPort=3129 build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment