modified paths in copy.bat post-build scripts for libraries

This commit is contained in:
2013-08-05 12:52:18 +02:00
parent d7a7b179f3
commit 1b005c69f5
29 changed files with 36 additions and 29 deletions

View File

@@ -18,4 +18,10 @@ jar {
manifest {
attributes 'Main-Class': mainClass
}
dependsOn configurations.runtime
from {
configurations.runtime.collect {
it.isDirectory() ? it : zipTree(it)
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.