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

Clarify local maven repo doc.

This commit is contained in:
Cedric Beust 2016-08-07 08:29:51 -07:00
parent 98083a3bc8
commit 4475eab9dd

View file

@ -473,8 +473,9 @@ Deploying 8 files to local maven /Users/cbeust/.kobalt/localMavenRepo
BUILD SUCCESSFUL (0 seconds)
</pre>
<p>
You can then add this repository to the list of repositories that Kobalt should use when looking up
by calling the <code>localMaven()</code> directive:
If you want your projects to use that local repository on top of the regular ones (JCenter, etc...),
you can use the <code>localMaven()</code> directive in your <code>repos()</code> specification in your
build file:
</p>
<pre class="brush:java">
// Build.kt