1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

Build fix.

This commit is contained in:
Cedric Beust 2017-04-04 11:13:15 -07:00
parent c691709a53
commit a1bea1124d

View file

@ -212,7 +212,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
"modules/wrapper/$buildDirectory/libs", "$dir/kobalt/wrapper", "$projectName-wrapper.jar") "modules/wrapper/$buildDirectory/libs", "$dir/kobalt/wrapper", "$projectName-wrapper.jar")
(0 .. files.size - 1 step 3).forEach { i -> (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])
} }
} }
} }