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

Fix typos.

This commit is contained in:
Cedric Beust 2017-03-23 21:49:06 -07:00
parent 5d78b72205
commit adb3931d0a

View file

@ -568,9 +568,9 @@ authUrl.dl.bintray.com.password=xxx
</p> </p>
<h3 class="section" indent="1" id="local-maven-repo">Local Maven repo</h3> <h3 class="section" indent="1" id="local-maven-repo">Local Maven repo</h3>
<p> <p>
You can deploy your artifacts to your local maven repo while developing in testing with the task You can deploy your artifacts to your local maven repo while developing with the task
<code>deployToMavenLocal</code>. This task will copy all the artifacts that would normally be uploaded <code>deployToMavenLocal</code>. This task will copy all the artifacts that would normally be uploaded
to a remote depo to a local directory on your file system: to a remote repo to a local directory on your file system:
</p> </p>
<pre class="brush:plain"> <pre class="brush:plain">
$ kobaltw deployToMavenLocal $ kobaltw deployToMavenLocal
@ -585,7 +585,9 @@ BUILD SUCCESSFUL (0 seconds)
</p> </p>
<pre class="brush:java"> <pre class="brush:java">
// Build.kt // Build.kt
val bs = buildScript {
repos(localMaven())</pre> repos(localMaven())</pre>
}
<h2 class="section" id="using-plug-ins">Using plug-ins</h2> <h2 class="section" id="using-plug-ins">Using plug-ins</h2>
<p> <p>