Added keysPrefix property.
This commit is contained in:
parent
884cb69039
commit
ce67c4124b
8 changed files with 246 additions and 381 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue