Created
February 8, 2015 17:21
-
-
Save mark-vieira/cfe83379e3b8749afc78 to your computer and use it in GitHub Desktop.
Gradle EAR and WAR plugins on single project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'war' | |
apply plugin: 'ear' | |
dependencies { | |
deploy files(war) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hehe, I though about something bigger, but thanks anyway.