Vesion 0.9.3-beta
This commit is contained in:
parent
6edee47f22
commit
4232328cd6
7 changed files with 18 additions and 18 deletions
|
@ -25,7 +25,7 @@ defaultTasks 'run'
|
|||
|
||||
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 {
|
||||
annotationProcessor semverProcessor
|
||||
|
|
|
@ -16,9 +16,9 @@ public final class GeneratedVersion {
|
|||
public final static String BUILDMETA_PREFIX = "+";
|
||||
|
||||
public final static String PROJECT = "";
|
||||
public final static Date BUILDDATE = new Date(1530506497996L);
|
||||
public final static int MAJOR = 6;
|
||||
public final static int MINOR = 1;
|
||||
public final static Date BUILDDATE = new Date(1530516790148L);
|
||||
public final static int MAJOR = 1;
|
||||
public final static int MINOR = 0;
|
||||
public final static int PATCH = 0;
|
||||
public final static String PRERELEASE = "";
|
||||
public final static String BUILDMETA = "";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#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.buildmeta=
|
||||
version.patch=0
|
||||
version.major=6
|
||||
version.minor=1
|
||||
version.major=2
|
||||
version.minor=0
|
||||
|
|
|
@ -26,7 +26,7 @@ apply {
|
|||
|
||||
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 {
|
||||
kapt(semverProcessor)
|
||||
|
@ -45,8 +45,8 @@ application {
|
|||
}
|
||||
|
||||
configure<SemverConfig> {
|
||||
properties = "example.properties"
|
||||
keysPrefix = "example."
|
||||
preReleaseKey = "release"
|
||||
buildMetaKey = "meta"
|
||||
}
|
||||
//properties = "example.properties"
|
||||
//keysPrefix = "example."
|
||||
//preReleaseKey = "release"
|
||||
//buildMetaKey = "meta"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#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.buildmeta=
|
||||
version.patch=0
|
||||
version.major=1
|
||||
version.minor=0
|
||||
version.major=11
|
||||
version.minor=1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#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.buildmeta=
|
||||
version.patch=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue