mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-28 00:58:12 -07:00
Update to new structure.
This commit is contained in:
parent
376fa40e10
commit
42cb7ff441
7 changed files with 16 additions and 18 deletions
|
@ -136,7 +136,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
}
|
||||
zip {
|
||||
val dir = "kobalt-$version"
|
||||
include(from("."), to("$dir/bin"), "kobaltw")
|
||||
include(from("."), to("$dir"), "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