Advertisement
Guest User

Untitled

a guest
Sep 11th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. uploadArchives {
  2. repositories {
  3. mavenDeployer {
  4. repository(...) {...}
  5.  
  6. proxy('https://myproxy:8080'){
  7. authentication(userName: proxyUser, password: proxyPassword)
  8. }
  9. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement