Skip to content

Instantly share code, notes, and snippets.

@theresajayne
Created December 11, 2014 13:38
Show Gist options
  • Select an option

  • Save theresajayne/9ee95cbbd4203f7de540 to your computer and use it in GitHub Desktop.

Select an option

Save theresajayne/9ee95cbbd4203f7de540 to your computer and use it in GitHub Desktop.
distributions {
main {
contents {
into('war-distribution') {
from(project(':warproject').buildDir+'/libs')
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment