Cleaned examples.
This commit is contained in:
parent
ff77b4e0b6
commit
762ff8553f
9 changed files with 33 additions and 33 deletions
|
@ -3,7 +3,7 @@ import net.thauvin.erik.gradle.semver.SemverConfig
|
|||
plugins {
|
||||
kotlin("jvm") version "1.2.50"
|
||||
application
|
||||
id("net.thauvin.erik.gradle.semver") version "0.9.4-beta"
|
||||
id("net.thauvin.erik.gradle.semver") version "0.9.5-beta"
|
||||
}
|
||||
|
||||
// ./gradlew
|
||||
|
@ -27,10 +27,10 @@ application {
|
|||
}
|
||||
|
||||
configure<SemverConfig> {
|
||||
//properties = "example.properties"
|
||||
//keysPrefix = "example."
|
||||
//preReleaseKey = "release"
|
||||
//buildMetaKey = "meta"
|
||||
// properties = "example.properties"
|
||||
// keysPrefix = "example."
|
||||
// preReleaseKey = "release"
|
||||
// buildMetaKey = "meta"
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
@ -43,7 +43,7 @@ tasks {
|
|||
println("Version: $version")
|
||||
}
|
||||
|
||||
// args = listof("example.properties")
|
||||
// args = listOf("example.properties")
|
||||
args = listOf("version.properties")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Sat Jul 07 00:50:57 PDT 2018
|
||||
#Sat Jul 07 18:29:14 PDT 2018
|
||||
version.prerelease=
|
||||
version.buildmeta=
|
||||
version.patch=0
|
||||
version.patch=1
|
||||
version.major=1
|
||||
version.minor=0
|
||||
version.minor=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue