mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
New zip structure.
This commit is contained in:
parent
947966286d
commit
2af7250659
2 changed files with 37 additions and 17 deletions
|
@ -135,10 +135,11 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
}
|
||||
}
|
||||
zip {
|
||||
include("kobaltw")
|
||||
include(from("$buildDirectory/libs"), to("kobalt/wrapper"),
|
||||
val dir = "kobalt-$version"
|
||||
include(from("."), to("$dir/bin"), "kobaltw")
|
||||
include(from("$buildDirectory/libs"), to("$dir/kobalt/wrapper"),
|
||||
"$projectName-$version.jar")
|
||||
include(from("modules/wrapper/$buildDirectory/libs"), to("kobalt/wrapper"),
|
||||
include(from("modules/wrapper/$buildDirectory/libs"), to("$dir/kobalt/wrapper"),
|
||||
"$projectName-wrapper.jar")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue