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 2015-10-05 23:04:00 -07:00
parent 6c39cd20fa
commit c9a3168ab8
2 changed files with 2 additions and 2 deletions

View file

@ -440,7 +440,7 @@ Now, all you need to do is to upload your package:
</p>
<pre>
./gradlew uploadJcenter
./kobaltw uploadJcenter
</pre>
<h2 id="writing-a-plug-in">Writing a plug-in</h2>

View file

@ -83,7 +83,7 @@ Let's start by creating our project:
$ mkdir linecount
$ mkdir -p src/main/kotlin/com/beust/plugin/linecount
$ touch src/main/kotlin/com/beust/plugin/linecount/Main.kt
$ $KOBALT_HOME/gradlew --init
$ $KOBALT_HOME/kobaltw --init
</pre>
<p>