1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-26 12:18:13 -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) BUILD SUCCESSFUL (0 seconds)
</pre> </pre>
<p> <p>
You can then add this repository to the list of repositories that Kobalt should use when looking up If you want your projects to use that local repository on top of the regular ones (JCenter, etc...),
by calling the <code>localMaven()</code> directive: you can use the <code>localMaven()</code> directive in your <code>repos()</code> specification in your
build file:
</p> </p>
<pre class="brush:java"> <pre class="brush:java">
// Build.kt // Build.kt