Vesion 0.9.3-beta
This commit is contained in:
parent
6edee47f22
commit
4232328cd6
7 changed files with 18 additions and 18 deletions
|
@ -9,7 +9,7 @@ plugins {
|
||||||
id("org.jlleitschuh.gradle.ktlint") version "4.1.0"
|
id("org.jlleitschuh.gradle.ktlint") version "4.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.9.2-beta"
|
version = "0.9.3-beta"
|
||||||
group = "net.thauvin.erik.gradle"
|
group = "net.thauvin.erik.gradle"
|
||||||
|
|
||||||
var github = "https://github.com/ethauvin/semver-gradle"
|
var github = "https://github.com/ethauvin/semver-gradle"
|
||||||
|
|
|
@ -25,7 +25,7 @@ defaultTasks 'run'
|
||||||
|
|
||||||
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated")
|
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated")
|
||||||
|
|
||||||
def semverProcessor = "net.thauvin.erik:semver:1.1.0-beta+2"
|
def semverProcessor = "net.thauvin.erik:semver:1.1.0-beta"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
annotationProcessor semverProcessor
|
annotationProcessor semverProcessor
|
||||||
|
|
|
@ -16,9 +16,9 @@ public final class GeneratedVersion {
|
||||||
public final static String BUILDMETA_PREFIX = "+";
|
public final static String BUILDMETA_PREFIX = "+";
|
||||||
|
|
||||||
public final static String PROJECT = "";
|
public final static String PROJECT = "";
|
||||||
public final static Date BUILDDATE = new Date(1530506497996L);
|
public final static Date BUILDDATE = new Date(1530516790148L);
|
||||||
public final static int MAJOR = 6;
|
public final static int MAJOR = 1;
|
||||||
public final static int MINOR = 1;
|
public final static int MINOR = 0;
|
||||||
public final static int PATCH = 0;
|
public final static int PATCH = 0;
|
||||||
public final static String PRERELEASE = "";
|
public final static String PRERELEASE = "";
|
||||||
public final static String BUILDMETA = "";
|
public final static String BUILDMETA = "";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#Generated by the Semver Plugin for Gradle
|
#Generated by the Semver Plugin for Gradle
|
||||||
#Sun Jul 01 21:42:25 PDT 2018
|
#Mon Jul 02 00:24:34 PDT 2018
|
||||||
version.prerelease=
|
version.prerelease=
|
||||||
version.buildmeta=
|
version.buildmeta=
|
||||||
version.patch=0
|
version.patch=0
|
||||||
version.major=6
|
version.major=2
|
||||||
version.minor=1
|
version.minor=0
|
||||||
|
|
|
@ -26,7 +26,7 @@ apply {
|
||||||
|
|
||||||
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
|
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
|
||||||
|
|
||||||
var semverProcessor = "net.thauvin.erik:semver:1.1.0-beta+2"
|
var semverProcessor = "net.thauvin.erik:semver:1.1.0-beta"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
kapt(semverProcessor)
|
kapt(semverProcessor)
|
||||||
|
@ -45,8 +45,8 @@ application {
|
||||||
}
|
}
|
||||||
|
|
||||||
configure<SemverConfig> {
|
configure<SemverConfig> {
|
||||||
properties = "example.properties"
|
//properties = "example.properties"
|
||||||
keysPrefix = "example."
|
//keysPrefix = "example."
|
||||||
preReleaseKey = "release"
|
//preReleaseKey = "release"
|
||||||
buildMetaKey = "meta"
|
//buildMetaKey = "meta"
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
#Generated by the Semver Plugin for Gradle
|
#Generated by the Semver Plugin for Gradle
|
||||||
#Sun Jul 01 19:30:36 PDT 2018
|
#Mon Jul 02 01:47:00 PDT 2018
|
||||||
version.prerelease=
|
version.prerelease=
|
||||||
version.buildmeta=
|
version.buildmeta=
|
||||||
version.patch=0
|
version.patch=0
|
||||||
version.major=1
|
version.major=11
|
||||||
version.minor=0
|
version.minor=1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#Generated by the Semver Plugin for Gradle
|
#Generated by the Semver Plugin for Gradle
|
||||||
#Sun Jul 01 21:44:37 PDT 2018
|
#Sun Jul 01 22:34:20 PDT 2018
|
||||||
version.prerelease=
|
version.prerelease=
|
||||||
version.buildmeta=
|
version.buildmeta=
|
||||||
version.patch=0
|
version.patch=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue