1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00

Add doc for file().

This commit is contained in:
Cedric Beust 2015-11-03 07:06:50 -08:00
parent 4d4007ab66
commit 7bddd4002b

View file

@ -192,7 +192,14 @@ dependenciesTest {
compile("org.testng:testng:6.9.5")
}
</pre>
<p>
You can also specify local dependencies with the <code>file</code> directive:
</p>
<pre>
dependencies {
compile(file("libs/async-http.jar"))
}
</pre>
<h2 class="section" id="maven-repos">Maven repos</h2>
<p>