Updated examples.
This commit is contained in:
parent
e2f55f33e2
commit
87ddaec8b8
10 changed files with 84 additions and 44 deletions
|
@ -28,6 +28,15 @@ repositories {
|
|||
jcenter()
|
||||
}
|
||||
|
||||
run {
|
||||
doFirst {
|
||||
println "Version: $version"
|
||||
}
|
||||
|
||||
// args = ['example.properties']
|
||||
args = ['version.properties']
|
||||
}
|
||||
|
||||
semver {
|
||||
// properties = "example.properties"
|
||||
// keysPrefix = "example."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue