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:
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)
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue