From 93f242ddd2a73301637f539647da17d8e230f9db Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 4 Mar 2016 16:48:32 -0800 Subject: [PATCH] Document new settings.xml . --- documentation/index.html | 59 +++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 3f45bd7..141f3f7 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -237,33 +237,42 @@ dependencies { You can create settings that will apply to all your Kobalt builds by creating a file in ~/kobalt/settings.xml:

-
+
 <kobalt-settings>
     <localRepo>/Users/beust/my-kobalt-repo</localRepo>
-</kobalt-settings>
-          
-

- Here is a list of the parameters you can configure: -

- - - - - - - - - - - - - - - - - - -
NameDefaultDescription
localRepo~/.kobalt/repositoryWhere Kobalt stores all the downloaded dependencies.
+ <default-repos> + <repo>http://jcenter.com</repo> + <repo>http://example.com</repo> + </default-repos> +</kobalt-settings>
+

+ Here is a list of the parameters you can configure: +

+ + + + + + + + + + + + + + + + + + + + + + + + +
NameDefaultDescription
localRepo~/.kobalt/repositoryWhere Kobalt stores all the downloaded dependencies.
defaultReposDefault reposList of repos overriding the default ones that Kobalt uses.

Templates