Added keysPrefix property.

This commit is contained in:
Erik C. Thauvin 2018-06-30 18:10:41 -07:00
parent 884cb69039
commit ce67c4124b
8 changed files with 246 additions and 381 deletions

View file

@ -3,7 +3,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "net.thauvin.erik.gradle:semver:0.9.1"
classpath "net.thauvin.erik.gradle:semver:0.9.1-beta"
}
}
@ -32,6 +32,6 @@ run {
semver {
properties = "test.properties"
setKeysPrefix("test.")
buildMetaKey = "another"
keysPrefix = "test."
buildMetaKey = "meta"
}

View file

@ -1,7 +1,7 @@
#Generated by the Semver Plugin for Gradle
#Fri Jun 29 20:53:42 PDT 2018
#Sat Jun 30 15:54:02 PDT 2018
test.major=1
test.prerelease=
test.patch=2
another=
test.prerelease=beta
test.meta=007
test.patch=3
test.minor=0