Skip to content

Instantly share code, notes, and snippets.

@scrain
Created May 4, 2016 21:17
Show Gist options
  • Save scrain/034e3f3e02310320e0ae4e53665e970d to your computer and use it in GitHub Desktop.
Save scrain/034e3f3e02310320e0ae4e53665e970d to your computer and use it in GitHub Desktop.
Add outputs of one gradle task to another
assemble.dependsOn assembleWar
assemble.outputs.files assembleWar.outputs.files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment