1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-24 19:47:11 -07:00

Update collect()

This commit is contained in:
Cedric Beust 2017-04-07 12:31:55 -07:00
parent 45716813ce
commit d905494e10

View file

@ -522,7 +522,7 @@ The simplest way to install is either not specify anything in the <code>install<
<pre class="brush:java">
install {
collect(compileDependencies).forEach {
copy(it.absolutePath, to("deploy"))
copy(it.file.absolutePath, to("deploy"))
}
}
</pre>