mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -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"),
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
kobalt.version=0.650
|
||||
kobalt.version=0.661
|
Loading…
Add table
Add a link
Reference in a new issue