Guest User

Untitled

a guest
Jan 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. task copyRuntimeLibsToLocal(type: Copy) {
  2. group = 'docker'
  3. dependsOn 'build'
  4. from (configurations.compileOnly){
  5. exclude 'ehcache*.jar'
  6. }
  7. into "/MYDOCKERDIR/dependenciesLibraryDir"
  8. }
Add Comment
Please, Sign In to add comment