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"
}