Vesion 0.9.3-beta
This commit is contained in:
parent
6edee47f22
commit
4232328cd6
7 changed files with 18 additions and 18 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue