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:
parent
98083a3bc8
commit
4475eab9dd
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue