mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Move kobaltw under bin/ in the zip file.
This commit is contained in:
parent
f806c18303
commit
bf9024eef8
2 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
}
|
||||
zip {
|
||||
val dir = "kobalt-$version"
|
||||
include(from("."), to("$dir"), "kobaltw")
|
||||
include(from("dist"), to("$dir/bin"), "kobaltw")
|
||||
include(from("$buildDirectory/libs"), to("$dir/kobalt/wrapper"),
|
||||
"$projectName-$version.jar")
|
||||
include(from("modules/wrapper/$buildDirectory/libs"), to("$dir/kobalt/wrapper"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue