mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-26 04:17:11 -07:00
Indent.
This commit is contained in:
parent
b5d99cb5eb
commit
a8181c105b
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
<h2 class="section" id="maven-repos">Maven repos</h2>
|
<h2 class="section" id="maven-repos">Maven repos</h2>
|
||||||
<h3 class="section" id="maven-repos-unauthenticated">Unauthenticated repos</h3>
|
<h3 class="section" indent="1" id="maven-repos-unauthenticated">Unauthenticated repos</h3>
|
||||||
<p>
|
<p>
|
||||||
Kobalt already knows the location of the most popular Maven repos (Maven Central, JCenter, JBoss) but you can add repos with the <code>repos()</code> directive:
|
Kobalt already knows the location of the most popular Maven repos (Maven Central, JCenter, JBoss) but you can add repos with the <code>repos()</code> directive:
|
||||||
</p>
|
</p>
|
||||||
|
@ -252,7 +252,7 @@ Kobalt already knows the location of the most popular Maven repos (Maven Central
|
||||||
<pre>
|
<pre>
|
||||||
val repos = repos("https://dl.bintray.com/cbeust/maven/")
|
val repos = repos("https://dl.bintray.com/cbeust/maven/")
|
||||||
</pre>
|
</pre>
|
||||||
<h3 class="section" id="maven-repos-authenticated">Authenticated repos</h3>
|
<h3 class="section" indent="1" id="maven-repos-authenticated">Authenticated repos</h3>
|
||||||
<p>
|
<p>
|
||||||
If one of your repos requires basic authentication, you can supply its credentials
|
If one of your repos requires basic authentication, you can supply its credentials
|
||||||
in your <code>local.properties</code> file by specifying keys and values following the format:
|
in your <code>local.properties</code> file by specifying keys and values following the format:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue