Added variables description in default template comments.

Fixed default constructor in template.
This commit is contained in:
Erik C. Thauvin 2016-01-28 17:30:46 -08:00
parent 35ee113a04
commit 8d6d840efb
4 changed files with 23 additions and 8 deletions

View file

@ -274,7 +274,7 @@ compileJava {
options.compilerArgs << '-proc:none'
}</code></pre>
<p>The plugin implements a separate compile task that only runs the annotation processor and is executed during the build phase.</p>
<p>Please look at the <code>build.gradle</code> file in the <a href="https://github.com/ethauvin/semver/tree/master/example">example</a> module directory for a sample.</p>
<p>Please look at the <a href="https://github.com/ethauvin/semver/blob/master/example/build.gradle">build.gradle</a> file in the <a href="https://github.com/ethauvin/semver/tree/master/example">example</a> module directory for a sample.</p>
<h3 id="kobalt">Kobalt</h3>
<p>To install and run from <a href="http://beust.com/kobalt/">Kobalt</a>, add the following to the <code>Build.kt</code> file:</p>
<pre class="gradle"><code>dependencies {