Created
October 12, 2016 04:58
-
-
Save casmith/44ad7f8e3c64ffaff55f69f3934e97eb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
task explodedWar(type: Copy) { | |
into "$buildDir/exploded" | |
with war | |
} | |
war.dependsOn explodedWar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment