public class AutoVersioningPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
VersioningPlugin
and additionally applies GitPlugin so that bumped version changes can be committed
You can use task "performVersionBump" to achieve all that
Applies following plugins and preconfigures tasks provided by those plugins:
Adds following tasks:
| Constructor and Description |
|---|
AutoVersioningPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.Project project) |