Version 1.1.0-beta
This commit is contained in:
parent
6cf1e0554f
commit
4028bb2ec8
4 changed files with 52 additions and 57 deletions
12
README.md
12
README.md
|
@ -43,7 +43,7 @@ version.prerelease=beta
|
||||||
|
|
||||||
Upon running the annotation processor, a source file [`GeneratedVersion.java`](https://github.com/ethauvin/semver/blob/master/examples/java/src/generated/java/net/thauvin/erik/semver/examples/java/GeneratedVersion.java) is automatically generated with static methods to access the semantic version data. The source is based on a fully customizable [Mustache](https://mustache.github.io/) template.
|
Upon running the annotation processor, a source file [`GeneratedVersion.java`](https://github.com/ethauvin/semver/blob/master/examples/java/src/generated/java/net/thauvin/erik/semver/examples/java/GeneratedVersion.java) is automatically generated with static methods to access the semantic version data. The source is based on a fully customizable [Mustache](https://mustache.github.io/) template.
|
||||||
|
|
||||||
To use your own template, simply create a `version.mustache` file. The processor will automatically look for it.
|
To use your own template, simply create a `version.mustache` file in the project's root directory. The processor will automatically look for it.
|
||||||
|
|
||||||
To specify your own template name, use:
|
To specify your own template name, use:
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ To install and run from [Maven](http://maven.apache.org/), configure an artifact
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.thauvin.erik</groupId>
|
<groupId>net.thauvin.erik</groupId>
|
||||||
<artifactId>semver</artifactId>
|
<artifactId>semver</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.0-beta</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -183,8 +183,8 @@ To install and run from [Gradle](https://gradle.org/), add the following to the
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
annotationProcessor 'net.thauvin.erik:semver:1.1.0'
|
annotationProcessor 'net.thauvin.erik:semver:1.1.0-beta'
|
||||||
compileOnly 'net.thauvin.erik:semver:1.1.0'
|
compileOnly 'net.thauvin.erik:semver:1.1.0-beta'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -208,8 +208,8 @@ To install and run from [Kobalt](http://beust.com/kobalt/), add the following to
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
apt("net.thauvin.erik:semver:1.1.0")
|
apt("net.thauvin.erik:semver:1.1.0-beta")
|
||||||
compileOnly("net.thauvin.erik:semver:1.1.0")
|
compileOnly("net.thauvin.erik:semver:1.1.0-beta")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,7 @@ javadoc {
|
||||||
options.with {
|
options.with {
|
||||||
tags = ['created']
|
tags = ['created']
|
||||||
author = true
|
author = true
|
||||||
addBooleanOption('html4', true)
|
//addBooleanOption('html4', true)
|
||||||
links('https://docs.oracle.com/javase/8/docs/api/')
|
links('https://docs.oracle.com/javase/8/docs/api/')
|
||||||
addStringOption('Xdoclint:none', '-quiet')
|
addStringOption('Xdoclint:none', '-quiet')
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,10 +50,10 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="semantic-version-annotation-processor">Semantic Version Annotation Processor</h1>
|
<h1 id="semantic-version-annotation-processor">Semantic Version Annotation Processor</h1>
|
||||||
<p><a href="http://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square" alt="License (3-Clause BSD)" /></a> <a href="https://github.com/ethauvin/semver/releases/latest"><img src="http://github-release-version.herokuapp.com/github/ethauvin/semver/release.svg?style=flat&1" alt="release" /></a> <a href="https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik/semver"><img src="https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik/semver/badge.svg" alt="Maven Central" /></a> <a href="https://bintray.com/ethauvin/maven/SemVer/_latestVersion"><img src="https://api.bintray.com/packages/ethauvin/maven/SemVer/images/download.svg" alt="Download" /></a><br />
|
<p><a href="http://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square" alt="License (3-Clause BSD)" /></a> <a href="https://github.com/ethauvin/semver/releases/latest"><img src="https://img.shields.io/github/release/ethauvin/semver.svg" alt="release" /></a> <a href="https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik/semver"><img src="https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik/semver/badge.svg" alt="Maven Central" /></a> <a href="https://bintray.com/ethauvin/maven/SemVer/_latestVersion"><img src="https://api.bintray.com/packages/ethauvin/maven/SemVer/images/download.svg" alt="Download" /></a><br />
|
||||||
<a href="https://www.versioneye.com/user/projects/56a680101b78fd00390001d2"><img src="https://www.versioneye.com/user/projects/56a680101b78fd00390001d2/badge.svg?style=flat" alt="Dependency Status" /></a> <a href="https://travis-ci.org/ethauvin/semver"><img src="https://travis-ci.org/ethauvin/semver.svg?branch=master" alt="Build Status" /></a> <a href="https://ci.appveyor.com/project/ethauvin/semver"><img src="https://ci.appveyor.com/api/projects/status/nbv4mxd1gpxtx69o?svg=true" alt="Build status" /></a> <a href="https://circleci.com/gh/ethauvin/semver/tree/master"><img src="https://circleci.com/gh/ethauvin/semver/tree/master.svg?style=shield" alt="CircleCI" /></a></p>
|
<a href="https://snyk.io/test/github/ethauvin/semver?targetFile=build.gradle"><img src="https://snyk.io/test/github/ethauvin/semver/badge.svg?targetFile=build.gradle" alt="Known Vulnerabilities" /></a> <a href="https://travis-ci.org/ethauvin/semver"><img src="https://travis-ci.org/ethauvin/semver.svg?branch=master" alt="Build Status" /></a> <a href="https://ci.appveyor.com/project/ethauvin/semver"><img src="https://ci.appveyor.com/api/projects/status/nbv4mxd1gpxtx69o?svg=true" alt="Build status" /></a> <a href="https://circleci.com/gh/ethauvin/semver/tree/master"><img src="https://circleci.com/gh/ethauvin/semver/tree/master.svg?style=shield" alt="CircleCI" /></a></p>
|
||||||
<p>An <a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/processing/Processor.html">annotation processor</a> that automatically generates a <code>GeneratedVersion</code> class based on a <a href="https://mustache.github.io/">Mustache</a> template and containing the <a href="http://semver.org/">semantic version</a> (major, minor, patch, etc.) that is read from a <code>Properties</code> file or defined in the <a href="https://docs.oracle.com/javase/tutorial/java/annotations/basics.html">annotation</a>.</p>
|
<p>An <a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/processing/Processor.html">annotation processor</a> that automatically generates a <code>GeneratedVersion</code> class based on a <a href="https://mustache.github.io/">Mustache</a> template and containing the <a href="http://semver.org/">semantic version</a> (major, minor, patch, etc.) that is read from a <code>Properties</code> file or defined in the <a href="https://docs.oracle.com/javase/tutorial/java/annotations/basics.html">annotation</a>.</p>
|
||||||
<p>This processor was inspired by Cédric Beust's <a href="https://github.com/cbeust/version-processor">version-processor</a>.</p>
|
<p>This processor was inspired by Cédric Beust's <a href="https://github.com/cbeust/version-processor">version-processor</a> and works well in conjunction with the <a href="https://github.com/ethauvin/semver-gradle"><strong>Semantic Version Plugin for Gradle</strong></a>.</p>
|
||||||
<h2 id="examples">Examples</h2>
|
<h2 id="examples">Examples</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Using annotation elements:</li>
|
<li>Using annotation elements:</li>
|
||||||
|
@ -76,10 +76,10 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
|
||||||
<span class="dt">version.minor</span><span class="ot">=</span><span class="dv">0</span>
|
<span class="dt">version.minor</span><span class="ot">=</span><span class="dv">0</span>
|
||||||
<span class="dt">version.patch</span><span class="ot">=</span><span class="dv">0</span>
|
<span class="dt">version.patch</span><span class="ot">=</span><span class="dv">0</span>
|
||||||
<span class="dt">version.prerelease</span><span class="ot">=</span><span class="st">beta</span></code></pre></div>
|
<span class="dt">version.prerelease</span><span class="ot">=</span><span class="st">beta</span></code></pre></div>
|
||||||
<p><a href="https://github.com/ethauvin/semver/tree/master/example">View Example</a></p>
|
<p><a href="https://github.com/ethauvin/semver/tree/master/examples">View Example</a></p>
|
||||||
<h2 id="template">Template</h2>
|
<h2 id="template">Template</h2>
|
||||||
<p>Upon running the annotation processor, a source file <a href="https://github.com/ethauvin/semver/blob/master/example/src/generated/java/net/thauvin/erik/semver/example/GeneratedVersion.java"><code>GeneratedVersion.java</code></a> is automatically generated with static methods to access the semantic version data. The source is based on a fully customizable <a href="https://mustache.github.io/">Mustache</a> template.</p>
|
<p>Upon running the annotation processor, a source file <a href="https://github.com/ethauvin/semver/blob/master/examples/java/src/generated/java/net/thauvin/erik/semver/examples/java/GeneratedVersion.java"><code>GeneratedVersion.java</code></a> is automatically generated with static methods to access the semantic version data. The source is based on a fully customizable <a href="https://mustache.github.io/">Mustache</a> template.</p>
|
||||||
<p>To use your own template, simply create a <code>version.mustache</code> file. The processor will automatically look for it.</p>
|
<p>To use your own template, simply create a <code>version.mustache</code> file in the project's root directory. The processor will automatically look for it.</p>
|
||||||
<p>To specify your own template name, use:</p>
|
<p>To specify your own template name, use:</p>
|
||||||
<div class="sourceCode"><pre class="sourceCode java"><code class="sourceCode java"><span class="fu">@Version</span>(template = <span class="st">"version.mustache"</span>)
|
<div class="sourceCode"><pre class="sourceCode java"><code class="sourceCode java"><span class="fu">@Version</span>(template = <span class="st">"version.mustache"</span>)
|
||||||
<span class="kw">public</span> <span class="kw">class</span> A {
|
<span class="kw">public</span> <span class="kw">class</span> A {
|
||||||
|
@ -316,70 +316,67 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
|
||||||
<td style="text-align: left;">Either <code>java</code> or <code>kt</code> for Kotlin.</td>
|
<td style="text-align: left;">Either <code>java</code> or <code>kt</code> for Kotlin.</td>
|
||||||
<td style="text-align: left;"><code>java</code></td>
|
<td style="text-align: left;"><code>java</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="even">
|
||||||
|
<td style="text-align: left;"><code>keysPrefix</code></td>
|
||||||
|
<td style="text-align: left;"></td>
|
||||||
|
<td style="text-align: left;">The prefix for all property keys.</td>
|
||||||
|
<td style="text-align: left;"><code>version.</code></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>In order to easily incorporate with existing projects, the property keys may be assigned custom values:</p>
|
<p>In order to easily incorporate with existing projects, the property keys may be assigned custom values:</p>
|
||||||
<div class="sourceCode"><pre class="sourceCode java"><code class="sourceCode java"><span class="fu">@Version</span>(
|
<div class="sourceCode"><pre class="sourceCode java"><code class="sourceCode java"><span class="fu">@Version</span>(
|
||||||
properties = <span class="st">"example.properties"</span>,
|
properties = <span class="st">"example.properties"</span>,
|
||||||
majorKey = <span class="st">"example.major"</span>,
|
keysPrefix = <span class="st">"example."</span>
|
||||||
minorKey = <span class="st">"example.minor"</span>,
|
majorKey = <span class="st">"maj"</span>,
|
||||||
patchKey = <span class="st">"example.patch"</span>,
|
minorKey = <span class="st">"min"</span>,
|
||||||
preReleaseKey = <span class="st">"example.prerelease"</span>,
|
patchKey = <span class="st">"build"</span>,
|
||||||
buildMetaKey = <span class="st">"example.buildmeta"</span>,
|
preReleaseKey = <span class="st">"rel"</span>,
|
||||||
projectKey = <span class="st">"example.project"</span>
|
buildMetaKey = <span class="st">"meta"</span>,
|
||||||
|
projectKey = <span class="st">"project"</span>
|
||||||
)
|
)
|
||||||
<span class="kw">public</span> <span class="kw">class</span> Example {
|
<span class="kw">public</span> <span class="kw">class</span> Example {
|
||||||
<span class="co">// ...</span></code></pre></div>
|
<span class="co">// ...</span></code></pre></div>
|
||||||
<div class="sourceCode"><pre class="sourceCode ini"><code class="sourceCode ini"><span class="co"># example.properties</span>
|
<div class="sourceCode"><pre class="sourceCode ini"><code class="sourceCode ini"><span class="co"># example.properties</span>
|
||||||
<span class="dt">example.project</span><span class="ot">=</span><span class="st">Example</span>
|
<span class="dt">example.project</span><span class="ot">=</span><span class="st">Example</span>
|
||||||
<span class="dt">example.major</span><span class="ot">=</span><span class="dv">1</span>
|
<span class="dt">example.maj</span><span class="ot">=</span><span class="dv">1</span>
|
||||||
<span class="dt">example.minor</span><span class="ot">=</span><span class="dv">0</span>
|
<span class="dt">example.min</span><span class="ot">=</span><span class="dv">0</span>
|
||||||
<span class="dt">example.patch</span><span class="ot">=</span><span class="dv">0</span>
|
<span class="dt">example.build</span><span class="ot">=</span><span class="dv">0</span>
|
||||||
|
<span class="dt">example.rel</span><span class="ot">=</span><span class="st">beta</span>
|
||||||
|
<span class="dt">example.meta</span><span class="ot">=</span>
|
||||||
<span class="co"># ...</span></code></pre></div>
|
<span class="co"># ...</span></code></pre></div>
|
||||||
|
<blockquote>
|
||||||
|
<p>⚠️ <code>keysPrefix</code> is a new element in <code>1.1.0</code> and may break older versions when using custom property keys.<br />
|
||||||
|
⚡ A quick fix is to include <code>keysPrefix=""</code> in the annotation to remove the default <code>version.</code> prefix.</p>
|
||||||
|
</blockquote>
|
||||||
<h2 id="usage-with-maven-grail-kobalt-and-kotlin">Usage with Maven, Grail, Kobalt and Kotlin</h2>
|
<h2 id="usage-with-maven-grail-kobalt-and-kotlin">Usage with Maven, Grail, Kobalt and Kotlin</h2>
|
||||||
<h3 id="maven">Maven</h3>
|
<h3 id="maven">Maven</h3>
|
||||||
<p>To install and run from <a href="http://maven.apache.org/">Maven</a>, configure an artifact as follows:</p>
|
<p>To install and run from <a href="http://maven.apache.org/">Maven</a>, configure an artifact as follows:</p>
|
||||||
<div class="sourceCode"><pre class="sourceCode xml"><code class="sourceCode xml"><span class="kw"><dependency></span>
|
<div class="sourceCode"><pre class="sourceCode xml"><code class="sourceCode xml"><span class="kw"><dependency></span>
|
||||||
<span class="kw"><groupId></span>net.thauvin.erik<span class="kw"></groupId></span>
|
<span class="kw"><groupId></span>net.thauvin.erik<span class="kw"></groupId></span>
|
||||||
<span class="kw"><artifactId></span>semver<span class="kw"></artifactId></span>
|
<span class="kw"><artifactId></span>semver<span class="kw"></artifactId></span>
|
||||||
<span class="kw"><version></span>1.0.1<span class="kw"></version></span>
|
<span class="kw"><version></span>1.1.0-beta<span class="kw"></version></span>
|
||||||
<span class="kw"></dependency></span></code></pre></div>
|
<span class="kw"></dependency></span></code></pre></div>
|
||||||
<h3 id="gradle">Gradle</h3>
|
<h3 id="gradle">Gradle</h3>
|
||||||
<h4 id="class-generation">Class Generation</h4>
|
<h4 id="class-generation">Class Generation</h4>
|
||||||
<p>To install and run from <a href="https://gradle.org/">Gradle</a>, add the following to the <code>build.gradle</code> file:</p>
|
<p>To install and run from <a href="https://gradle.org/">Gradle</a>, add the following to the <code>build.gradle</code> file:</p>
|
||||||
<pre class="gradle"><code>dependencies {
|
<pre class="gradle"><code>dependencies {
|
||||||
compileOnly 'net.thauvin.erik:semver:1.0.1'
|
annotationProcessor 'net.thauvin.erik:semver:1.1.0-beta'
|
||||||
|
compileOnly 'net.thauvin.erik:semver:1.1.0-beta'
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
<p>The <code>GeneratedVersion</code> class will be automatically created in the <code>build/generated</code> directory upon compiling.</p>
|
<p>The <code>GeneratedVersion</code> class will be automatically created in the <code>build/generated</code> directory upon compiling.</p>
|
||||||
<h4 id="class-source-generation">Class & Source Generation</h4>
|
<h4 id="class-source-generation">Class & Source Generation</h4>
|
||||||
<p>In order to also incorporate the generated source code into the <code>source tree</code>, use the <a href="https://github.com/ewerk/gradle-plugins/tree/master/annotation-processor-plugin">EWERK Annotation Processor Plugin</a>. Start by adding the following to the very top of the <code>build.gradle</code> file:</p>
|
<p>In order to also incorporate the generated source code into the <code>source tree</code>, add the following to the very top of the <code>build.gradle</code> file:</p>
|
||||||
<pre class="gradle"><code>plugins {
|
<pre class="gradle"><code>compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated/java")</code></pre>
|
||||||
id "com.ewerk.gradle.plugins.annotation-processor" version "1.0.4"
|
<p>The <code>GeneratedVersion.java</code> file will now be located in <code>src/generated</code>.</p>
|
||||||
}</code></pre>
|
<p>Please look at the <a href="https://github.com/ethauvin/semver/blob/master/examples/java/build.gradle">build.gradle</a> file in the <a href="https://github.com/ethauvin/semver/tree/master/example/java">Java example</a> module directory for a sample.</p>
|
||||||
<p>Then add the following to the <code>build.gradle</code> file:</p>
|
|
||||||
<pre class="gradle"><code>dependencies {
|
|
||||||
compileOnly 'net.thauvin.erik:semver:1.0.1'
|
|
||||||
}
|
|
||||||
|
|
||||||
annotationProcessor {
|
|
||||||
library 'net.thauvin.erik:semver:1.0.1'
|
|
||||||
processor 'net.thauvin.erik.semver.VersionProcessor'
|
|
||||||
// sourcesDir 'src/generated/java'
|
|
||||||
}
|
|
||||||
|
|
||||||
compileJava {
|
|
||||||
// Disable the classpath processor
|
|
||||||
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 <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>
|
<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>
|
<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 {
|
<pre class="gradle"><code>dependencies {
|
||||||
apt("net.thauvin.erik:semver:1.0.1")
|
apt("net.thauvin.erik:semver:1.1.0-beta")
|
||||||
compileOnly("net.thauvin.erik:semver:1.0.1")
|
compileOnly("net.thauvin.erik:semver:1.1.0-beta")
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
<p>Please look at the <a href="https://github.com/ethauvin/semver/blob/master/example/kobalt/src/Build.kt">Build.kt</a> 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/examples/kotlin/kobalt/src/Build.kt">Build.kt</a> file in the <a href="https://github.com/ethauvin/semver/tree/master/examples/kotlin">Kotlin example</a> module directory for a sample.</p>
|
||||||
<h3 id="kotlin">Kotlin</h3>
|
<h3 id="kotlin">Kotlin</h3>
|
||||||
<p>The annotation processor also supports <a href="https://kotlinlang.org/">Kotlin</a>.</p>
|
<p>The annotation processor also supports <a href="https://kotlinlang.org/">Kotlin</a>.</p>
|
||||||
<p>To generate a Kotlin version file, simply specify the <code>type</code> as follows:</p>
|
<p>To generate a Kotlin version file, simply specify the <code>type</code> as follows:</p>
|
||||||
|
@ -389,11 +386,9 @@ compileJava {
|
||||||
<span class="kw">open</span> <span class="kw">class</span> Main {
|
<span class="kw">open</span> <span class="kw">class</span> Main {
|
||||||
<span class="co">// ...</span></code></pre></div>
|
<span class="co">// ...</span></code></pre></div>
|
||||||
<p>The <a href="https://github.com/ethauvin/semver/blob/master/src/main/resources/semver-kt.mustache">Kotlin default template</a> implements the same static fields and functions as the <a href="#default-template">Java template</a>.</p>
|
<p>The <a href="https://github.com/ethauvin/semver/blob/master/src/main/resources/semver-kt.mustache">Kotlin default template</a> implements the same static fields and functions as the <a href="#default-template">Java template</a>.</p>
|
||||||
<p>Please look at the <a href="https://github.com/ethauvin/semver-example-kotlin">Example for Kotlin</a> project for samples on using Gradle (<a href="https://github.com/ethauvin/semver-example-kotlin/blob/master/build.gradle">build.gradle</a>) and Kobalt (<a href="https://github.com/ethauvin/semver-example-kotlin/blob/master/kobalt/src/Build.kt">Build.kt</a>).</p>
|
<p>Please look at the <a href="https://github.com/ethauvin/semver/tree/master/examples/kotlin">Kotlin example</a> project for samples on using Gradle (<a href="https://github.com/ethauvin/semver/blob/master/examples/kotlin/build.gradle.kts">build.gradle.kts</a>) and Kobalt (<a href="https://github.com/ethauvin/semver/blob/master/examples/kotlin/kobalt/src/Build.kt">Build.kt</a>).</p>
|
||||||
<h3 id="auto-increment">Auto-Increment</h3>
|
<h2 id="auto-increment">Auto-Increment</h2>
|
||||||
<p>Incrementing the version is best left to your favorite build system.</p>
|
<p>Incrementing the version is best left to your favorite build system. For a solution using Gradle, please have a look at the <a href="https://github.com/ethauvin/semver-gradle"><strong>Semver Version Plugin for Gradle</strong></a>.</p>
|
||||||
<p>For a solution using <a href="https://gradle.org/">Gradle</a>, please have a 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. To run the example with patch version auto-incrementing, issue the following command:</p>
|
<p>There are also full <a href="https://github.com/ethauvin/semver-gradle/tree/master/examples/annotation-processor">examples</a> in both <a href="https://github.com/ethauvin/semver-gradle/tree/master/examples/annotation-processor/java">Java</a> and <a href="https://github.com/ethauvin/semver-gradle/tree/master/examples/annotation-processor">Kotlin</a> showing how to use both the plugin and annotation processor concurrently.</p>
|
||||||
<pre><code>gradle release run</code></pre>
|
|
||||||
<p>For a solution using <a href="http://beust.com/kobalt/">Kobalt</a> look at my <a href="https://github.com/ethauvin/kobalt-property-file">Property File Editor</a> plug-in.</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#Thu, 06 Oct 2016 11:49:46 -0700
|
#Generated by the Semver Plugin for Gradle
|
||||||
version.project=semver
|
#Fri Nov 02 22:19:45 PDT 2018
|
||||||
|
version.buildmeta=
|
||||||
version.major=1
|
version.major=1
|
||||||
version.minor=1
|
version.minor=1
|
||||||
version.patch=0
|
version.patch=0
|
||||||
version.buildmeta=
|
|
||||||
version.prerelease=beta
|
version.prerelease=beta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue