mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Build fix.
This commit is contained in:
parent
c691709a53
commit
a1bea1124d
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
"modules/wrapper/$buildDirectory/libs", "$dir/kobalt/wrapper", "$projectName-wrapper.jar")
|
||||
|
||||
(0 .. files.size - 1 step 3).forEach { i ->
|
||||
include(from(files[i]), To(files[i + 1]), files[i + 2])
|
||||
include(from(files[i]), to(files[i + 1]), files[i + 2])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue