1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00
This commit is contained in:
Cedric Beust 2016-09-23 12:42:00 -07:00
parent 0d810c30ff
commit 9eebd2a4ab
2 changed files with 2 additions and 2 deletions

View file

@ -793,7 +793,7 @@ Now, all you need to do is to upload your package:
<dl class="dl-horizontal">
<dt>autoGitTag</dt>
<dd>When the <code>uploadBintray</code> task is invoked, a git tag named as the version of the
project is automatically created and pushed to the <code>origin</code></dd>.
project is automatically created and pushed to the <code>origin</code>.</dd>
<dt>publish</dt>
<dd>Files uploaded to Bintray in your personal space are automatically published.</dd>
<dt>sign</dt>

View file

@ -62,7 +62,7 @@ val p = project(wrapper) {
}</pre>
<p>
The <code>project{}</code> directive creates an object of type <code><a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/Project.kt">Project</code></a>.
The <code>project{}</code> directive creates an object of type <code><a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/Project.kt">Project</a></code></a>.
</p>
<h3 class="section" id="arguments" indent="1">Arguments</h3>