Vesion 0.9.3-beta

This commit is contained in:
Erik C. Thauvin 2018-07-02 10:57:57 -07:00
parent 6edee47f22
commit 4232328cd6
7 changed files with 18 additions and 18 deletions

View file

@ -26,7 +26,7 @@ apply {
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
var semverProcessor = "net.thauvin.erik:semver:1.1.0-beta+2"
var semverProcessor = "net.thauvin.erik:semver:1.1.0-beta"
dependencies {
kapt(semverProcessor)
@ -45,8 +45,8 @@ application {
}
configure<SemverConfig> {
properties = "example.properties"
keysPrefix = "example."
preReleaseKey = "release"
buildMetaKey = "meta"
}
//properties = "example.properties"
//keysPrefix = "example."
//preReleaseKey = "release"
//buildMetaKey = "meta"
}