Guest User

Untitled

a guest
Jan 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. task build(type: Copy) {
  2. subprojects.each { dependsOn("${it.name}:build") }
  3. from(subprojects.collect { fileTree(dir: it.buildDir, include: 'libs/*.war').files }.flatten())
  4. into('dist')
  5. }
Add Comment
Please, Sign In to add comment