Updated the examples.

This commit is contained in:
Erik C. Thauvin 2019-05-24 01:13:41 -07:00
parent 6081bdfdd5
commit 4efc2ba2d6
15 changed files with 51 additions and 34 deletions

View file

@ -3,7 +3,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "net.thauvin.erik.gradle:semver:1.0.0"
classpath "net.thauvin.erik.gradle:semver:1.0.1"
}
}
@ -45,7 +45,7 @@ run {
}
semver {
properties = "$projectDir/${f.name}"
properties = "${f.name}"
keysPrefix = f.name.substring(0, f.name.indexOf(".") + 1)
buildMetaKey = "meta"
semverKey = "fullversion"