Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. configurations {
  2. deploy
  3. }
  4.  
  5. dependencies {
  6. deploy group: 'test', name: 'PolicyAdmin', version: '1.0', ext: 'ear'
  7. }
  8.  
  9. task downloadFile {
  10. def fileExec = configurations.deploy.getSingleFile()
  11. }
  12.  
  13. task downloadFile << {
  14. def fileExec = configurations.deploy.getSingleFile()
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement