From 4475eab9dd2005ef9befed9db466b65dad7bccfe Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 7 Aug 2016 08:29:51 -0700 Subject: [PATCH] Clarify local maven repo doc. --- documentation/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index ca99d0c..7dc642e 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -473,8 +473,9 @@ Deploying 8 files to local maven /Users/cbeust/.kobalt/localMavenRepo BUILD SUCCESSFUL (0 seconds)

- You can then add this repository to the list of repositories that Kobalt should use when looking up - by calling the localMaven() directive: + If you want your projects to use that local repository on top of the regular ones (JCenter, etc...), + you can use the localMaven() directive in your repos() specification in your + build file:

 // Build.kt