Skip to content

Instantly share code, notes, and snippets.

@mark-vieira
Created February 8, 2015 17:21
Show Gist options
  • Save mark-vieira/cfe83379e3b8749afc78 to your computer and use it in GitHub Desktop.
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
Copy link

aaschmid commented Feb 8, 2015

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