Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created January 27, 2017 18:48
Show Gist options
  • Save boina-n/b1ab25125775e0871e8b5899f6f38dd9 to your computer and use it in GitHub Desktop.
Save boina-n/b1ab25125775e0871e8b5899f6f38dd9 to your computer and use it in GitHub Desktop.
Set a proxy with gradlew to build a project
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