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 { }
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/")-
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: