Skip to content

Instantly share code, notes, and snippets.

@mark-vieira
Created February 8, 2015 17:21
Show Gist options
  • Select an option

  • Save mark-vieira/cfe83379e3b8749afc78 to your computer and use it in GitHub Desktop.

Select an option

Save mark-vieira/cfe83379e3b8749afc78 to your computer and use it in GitHub Desktop.
Gradle EAR and WAR plugins on single project
apply plugin: 'war'
apply plugin: 'ear'
dependencies {
deploy files(war)
}
@aaschmid

aaschmid commented Feb 8, 2015

Copy link
Copy Markdown

hehe, I though about something bigger, but thanks anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment