From adb3931d0a11d520e819f385521d7525ef8dffa3 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 23 Mar 2017 21:49:06 -0700 Subject: [PATCH] Fix typos. --- documentation/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 5945c17..b1d898a 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -568,9 +568,9 @@ authUrl.dl.bintray.com.password=xxx

Local Maven repo

- 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 deployToMavenLocal. 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:

 $ kobaltw deployToMavenLocal
@@ -585,7 +585,9 @@ BUILD SUCCESSFUL (0 seconds)
 

 // Build.kt
+val bs = buildScript {
     repos(localMaven())
+}

Using plug-ins