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:
parent
45716813ce
commit
d905494e10
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ The simplest way to install is either not specify anything in the <code>install<
|
||||||
<pre class="brush:java">
|
<pre class="brush:java">
|
||||||
install {
|
install {
|
||||||
collect(compileDependencies).forEach {
|
collect(compileDependencies).forEach {
|
||||||
copy(it.absolutePath, to("deploy"))
|
copy(it.file.absolutePath, to("deploy"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue