mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 03:57:11 -07:00
Document new settings.
This commit is contained in:
parent
67ff327fd2
commit
617e0d8882
1 changed files with 17 additions and 7 deletions
|
@ -267,7 +267,7 @@ com.badlogicgames.gdx:gdx-platform:jar:natives-desktop:1.9.2</pre>
|
|||
|
||||
<pre class="brush:plain">
|
||||
<kobalt-settings>
|
||||
<localRepo>/Users/beust/my-kobalt-repo</localRepo>
|
||||
<local-repo>/Users/beust/my-kobalt-repo</local-repo>
|
||||
<default-repos>
|
||||
<repo>http://jcenter.com</repo>
|
||||
<repo>http://example.com</repo>
|
||||
|
@ -291,15 +291,25 @@ com.badlogicgames.gdx:gdx-platform:jar:natives-desktop:1.9.2</pre>
|
|||
</thead>
|
||||
|
||||
<tr>
|
||||
<td><code>localRepo</code></td>
|
||||
<td><code>~/.kobalt/repository</code></td>
|
||||
<td>Where Kobalt stores all the downloaded dependencies.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>defaultRepos</code></td>
|
||||
<td><code>default-repos</code></td>
|
||||
<td><a href="https://github.com/cbeust/kobalt/blob/master/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt#L10">Default repos</a></td>
|
||||
<td>List of repos overriding the default ones that Kobalt uses.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>kobalt-compiler-version</code></td>
|
||||
<td>1.0.0</td>
|
||||
<td>The version of the Kotlin compiler that Kobalt uses.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>kobalt-compiler-repo</code></td>
|
||||
<td>None</td>
|
||||
<td>The Maven repository where to find the compiler. By default, the compiler is looked up in the default repos (JCenter, Maven, ...).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>local-repo</code></td>
|
||||
<td><code>~/.kobalt/repository</code></td>
|
||||
<td>Where Kobalt stores all the downloaded dependencies.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2 class="section" id="templates">Templates</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue