From a8181c105b127bd939a07c8d8f6566c8ad41f6c7 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 3 Dec 2015 01:49:53 -0800 Subject: [PATCH] Indent. --- documentation/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index da8d082..9cf7d44 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -244,7 +244,7 @@ dependencies { }

Maven repos

-

Unauthenticated repos

+

Unauthenticated repos

Kobalt already knows the location of the most popular Maven repos (Maven Central, JCenter, JBoss) but you can add repos with the repos() directive:

@@ -252,7 +252,7 @@ Kobalt already knows the location of the most popular Maven repos (Maven Central
 val repos = repos("https://dl.bintray.com/cbeust/maven/")
 
-

Authenticated repos

+

Authenticated repos

If one of your repos requires basic authentication, you can supply its credentials in your local.properties file by specifying keys and values following the format: