1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 12:07:10 -07:00

Merge pull request #2 from juherr/patch-1

Typo
This commit is contained in:
Cedric Beust 2015-11-26 07:47:22 -08:00
commit f5a589729d

View file

@ -242,7 +242,7 @@ public fun myConfig(project: Project, init: Info.() -> Unit) : Info {
</p>
<h2 class="section" id="tasks">Tasks</h2>
<p>
Tasks are provided by plug-ins and can be invoked from the command line, e.g. <code>./gradlew assemble</code>. There are two kinds of tasks: static and dynamic.
Tasks are provided by plug-ins and can be invoked from the command line, e.g. <code>./kobaltw assemble</code>. There are two kinds of tasks: static and dynamic.
</p>
<h3 class="section" indent="1">Static tasks</h3>
<p>