Added examples.
This commit is contained in:
parent
877e4bd622
commit
474263452f
85 changed files with 2429 additions and 107 deletions
|
@ -23,6 +23,12 @@ repositories {
|
|||
jcenter()
|
||||
}
|
||||
|
||||
task cleanVersion {
|
||||
delete "test.properties"
|
||||
}
|
||||
|
||||
clean.dependsOn("cleanVersion")
|
||||
|
||||
run {
|
||||
//dependsOn("incrementPatch")
|
||||
doFirst {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue