Cleaned examples.

This commit is contained in:
Erik C. Thauvin 2018-07-07 18:31:20 -07:00
parent ff77b4e0b6
commit 762ff8553f
9 changed files with 33 additions and 33 deletions

View file

@ -1,7 +1,7 @@
plugins {
id 'java'
id 'application'
id "net.thauvin.erik.gradle.semver" version "0.9.4-beta"
id "net.thauvin.erik.gradle.semver" version "0.9.5-beta"
}
// ./gradlew
@ -31,10 +31,10 @@ test {
}
semver {
// properties = "example.properties"
// keysPrefix = "example."
// preReleaseKey = "release"
// buildMetaKey = "meta"
// properties = "example.properties"
// keysPrefix = "example."
// preReleaseKey = "release"
// buildMetaKey = "meta"
}
run {
@ -42,6 +42,6 @@ run {
println "Version: $version"
}
// args = ['example.properties']
// args = ['example.properties']
args = ['version.properties']
}

View file

@ -1,7 +1,7 @@
#Generated by the Semver Plugin for Gradle
#Sat Jul 07 01:16:12 PDT 2018
#Sat Jul 07 18:29:10 PDT 2018
version.prerelease=
version.buildmeta=
version.patch=2
version.patch=1
version.major=1
version.minor=0
version.minor=1