Updated example to cat the version properties file.
This commit is contained in:
parent
abe1ca269c
commit
b50f2bad9a
10 changed files with 58 additions and 26 deletions
|
@ -41,4 +41,7 @@ run {
|
|||
doFirst {
|
||||
println "Version: $version"
|
||||
}
|
||||
}
|
||||
|
||||
// args = ['example.properties']
|
||||
args = ['version.properties']
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue