Skip to content

Instantly share code, notes, and snippets.

@casmith
Created October 12, 2016 04:58
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save casmith/44ad7f8e3c64ffaff55f69f3934e97eb to your computer and use it in GitHub Desktop.
Save casmith/44ad7f8e3c64ffaff55f69f3934e97eb to your computer and use it in GitHub Desktop.
task explodedWar(type: Copy) {
into "$buildDir/exploded"
with war
}
war.dependsOn explodedWar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment