From 7960c4a19b5955ea5d42d415cd04d9d2f9a42b95 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 12 Dec 2015 00:15:37 +0400 Subject: [PATCH] Style. --- documentation/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index e5d521e..eb85114 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -249,20 +249,20 @@ dependencies { Kobalt already knows the location of the most popular Maven repos (Maven Central, JCenter, JBoss) but you can add repos with the repos() directive:

-
+
 val repos = repos("https://dl.bintray.com/cbeust/maven/")

By default, this directive takes URL's as strings, but you can also use local files with the files directive:

-
+
 val repos = repos(file("/some/local/directory"))

The homeDir() directive can also come in handy when you want to specify a directory starting at your home directory:

-
+
 val repos = repos(file(homeDir("some/directory/in/your/home")))

Authenticated repos