Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. task stopServer(dependsOn: war, type: Exec) << {
  2. commandLine 'pkill -9 java'
  3. }
  4.  
  5. * What went wrong:
  6. Execution failed for task ':stopServer'.
  7. > execCommand == null!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement