Skip to content

Instantly share code, notes, and snippets.

@theresajayne
Created December 11, 2014 13:40
Show Gist options
  • Save theresajayne/bd538fa09e4b2128f9e1 to your computer and use it in GitHub Desktop.
Save theresajayne/bd538fa09e4b2128f9e1 to your computer and use it in GitHub Desktop.
distributions {
main {
contents {
into('war-distribution') {
from {
project(':warproject').buildDir
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment