v1.0.1
Improvements
- Deprecated
dependsOn
in favor ofsaveOn
to give a better idea of what this plugin property does.
Example, to have patch number automatically increased and saved on property file when task name jar
is specified, run command line:
gradle jar grabverRelease
having
versioning {
....
saveOn "jar"
}