Skip to content

Instantly share code, notes, and snippets.

@imam-san
Created May 28, 2016 17:41
Show Gist options
  • Save imam-san/b7cf16ad6629dc2c2f21364f79c636f5 to your computer and use it in GitHub Desktop.
Save imam-san/b7cf16ad6629dc2c2f21364f79c636f5 to your computer and use it in GitHub Desktop.
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