Version 0.9.7-beta
This commit is contained in:
parent
a4e47cef0b
commit
56593230ac
28 changed files with 212 additions and 186 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id "net.thauvin.erik.gradle.semver" version "0.9.6-beta"
|
||||
id "net.thauvin.erik.gradle.semver" version "0.9.7-beta"
|
||||
}
|
||||
|
||||
// ./gradlew
|
||||
|
@ -13,7 +13,7 @@ mainClassName = 'com.example.Example'
|
|||
|
||||
defaultTasks 'run'
|
||||
|
||||
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated")
|
||||
compileJava.options.annotationProcessorGeneratedSourcesDirectory = file("${projectDir}/src/generated/java")
|
||||
|
||||
def semverProcessor = "net.thauvin.erik:semver:1.1.0-beta"
|
||||
|
||||
|
|
|
@ -16,10 +16,10 @@ public final class GeneratedVersion {
|
|||
public final static String BUILDMETA_PREFIX = "+";
|
||||
|
||||
public final static String PROJECT = "";
|
||||
public final static Date BUILDDATE = new Date(1531013360196L);
|
||||
public final static Date BUILDDATE = new Date(1531208748879L);
|
||||
public final static int MAJOR = 2;
|
||||
public final static int MINOR = 1;
|
||||
public final static int PATCH = 1;
|
||||
public final static int PATCH = 2;
|
||||
public final static String PRERELEASE = "";
|
||||
public final static String BUILDMETA = "";
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Sat Jul 07 18:29:19 PDT 2018
|
||||
version.prerelease=
|
||||
#Fri Jul 13 15:21:02 PDT 2018
|
||||
version.buildmeta=
|
||||
version.patch=1
|
||||
version.major=2
|
||||
version.minor=1
|
||||
version.patch=2
|
||||
version.prerelease=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue