Updated examples.
This commit is contained in:
parent
e2f55f33e2
commit
87ddaec8b8
10 changed files with 84 additions and 44 deletions
|
@ -31,6 +31,17 @@ application {
|
|||
mainClassName = "com.example.Main"
|
||||
}
|
||||
|
||||
tasks {
|
||||
"run"(JavaExec::class) {
|
||||
doFirst {
|
||||
println("Verion: $version")
|
||||
}
|
||||
|
||||
// args = listOf("example.properties")
|
||||
args = listOf("version.properties")
|
||||
}
|
||||
}
|
||||
|
||||
semver {
|
||||
// properties = "example.properties"
|
||||
// keysPrefix = "example."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue