mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-06-16 17:20:50 -07:00
Doc updates.
This commit is contained in:
parent
31969fa4dc
commit
bd0625bf4c
1 changed files with 16 additions and 16 deletions
|
@ -100,9 +100,9 @@ val project = kotlinProject {
|
||||||
<pre class="brush:xml">
|
<pre class="brush:xml">
|
||||||
<kobalt-plugin>
|
<kobalt-plugin>
|
||||||
<name>kobalt-line-count</name>
|
<name>kobalt-line-count</name>
|
||||||
<plugins>
|
<plugin-actors>
|
||||||
<class-name>com.beust.kobalt.plugin.linecount.LineCountPlugin</class-name>
|
<class-name>com.beust.kobalt.plugin.linecount.LineCountPlugin</class-name>
|
||||||
</plugins>
|
</plugin-actors>
|
||||||
</kobalt-plugin>
|
</kobalt-plugin>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -136,9 +136,9 @@ public class Main : BasePlugin() {
|
||||||
$ ./kobaltw uploadJcenter
|
$ ./kobaltw uploadJcenter
|
||||||
...
|
...
|
||||||
========== kobalt-line-count:uploadJcenter
|
========== kobalt-line-count:uploadJcenter
|
||||||
kobalt-line-count: Found 2 artifacts to upload
|
Found 12 artifacts to upload:
|
||||||
All artifacts successfully uploaded
|
Uploading 12 / 12 |............|
|
||||||
############# Time to Build: 3590 ms
|
BUILD SUCCESSFUL (15 seconds)
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -200,10 +200,9 @@ Created /Users/beust/kotlin/kobalt-line-count/kobaltBuild/libs/kobalt-line-count
|
||||||
========== kobalt-line-count:generatePom
|
========== kobalt-line-count:generatePom
|
||||||
Wrote /Users/beust/kotlin/kobalt-line-count/kobaltBuild/libs/kobalt-line-count-0.2.pom
|
Wrote /Users/beust/kotlin/kobalt-line-count/kobaltBuild/libs/kobalt-line-count-0.2.pom
|
||||||
========== kobalt-line-count:uploadJcenter
|
========== kobalt-line-count:uploadJcenter
|
||||||
kobalt-line-count: Found 2 artifacts to upload
|
Found 12 artifacts to upload:
|
||||||
All artifacts successfully uploaded
|
Uploading 12 / 12 |............|
|
||||||
|
BUILD SUCCESSFUL (15 seconds)
|
||||||
Time to Build: 5907 ms
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -241,7 +240,8 @@ Found 4972 lines in 65 files
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And that's it! You can now iterate on your plug-in and upload it with additional <code>./kobaltw uploadJcenter</code>. This plug-in is <a href="https://github.com/cbeust/kobalt-linecount">available on github</a>.
|
And that's it! You can now iterate on your plug-in and upload it with additional <code>./kobaltw uploadJcenter</code>. This plug-in is <a href="https://github.com/cbeust/kobalt-linecount">available on github</a>. Note that the plug-in in the repo
|
||||||
|
illustrates a few other concepts not discussed here, such as adding dynamic tasks, so I encourage you take a look at its source.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 class="section" id="initialization">Initialization</h2>
|
<h2 class="section" id="initialization">Initialization</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue