Advertisement
Guest User

Untitled

a guest
Mar 7th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. defaultConfig {
  2. ...
  3. systemProp.http.proxyHost=proxy.company.com
  4. systemProp.http.proxyPort=443
  5. systemProp.http.proxyUser=userid
  6. systemProp.http.proxyPassword=password
  7. systemProp.http.auth.ntlm.domain=domain
  8. }
  9. ... }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement