Sunday, December 8, 2013

Gradle over proxy

Ok. Everyone knows that. This time it's a note for me-self.

vi ~/.gradle/gradle.properties
systemProp.http.proxyHost=www.proxyhost.org  systemProp.http.proxyPort=8080  systemProp.http.proxyUser=userid  systemProp.http.proxyPassword=password  systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost
Have fun.

No comments:

Post a Comment