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
- 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