Created
May 28, 2016 17:41
-
-
Save imam-san/b7cf16ad6629dc2c2f21364f79c636f5 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 myCopy(type: Copy) { | |
from('src/dist/cfg/packager') | |
into(installDir) | |
include('imam.xml') | |
} | |
implement | |
task installApp(type: Sync) { | |
description 'Installs jPOS based application' | |
into { installDir } | |
with myCopy | |
with jposCopySpec | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment