copy() not working quite right.
This commit is contained in:
parent
615b4578a5
commit
7af5fe0893
2 changed files with 4 additions and 2 deletions
|
@ -62,7 +62,9 @@ val p = project {
|
||||||
|
|
||||||
install {
|
install {
|
||||||
libDir = "deploy"
|
libDir = "deploy"
|
||||||
collect(compileDependencies).map { include(it) }
|
collect(compileDependencies).forEach {
|
||||||
|
copy(it.absolutePath, to("${libDir}/lib"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
kobalt.version=1.0.49
|
kobalt.version=1.0.51
|
Loading…
Add table
Add a link
Reference in a new issue