Easy config
3.0.0
Features
- simplify
property
replacement configuration
Breaking Changes
-
simplify
property
replacement configurationnew config
gitVersioning.apply { branch { pattern = 'master' versionFormat = '${version}' property { pattern = 'revision' valueFormat = '${branch-SNAPSHOT}' } } }
old config
gitVersioning.apply { branch { pattern = 'master' versionFormat = '${version}' property { pattern ='revision' value { format = '${branch-SNAPSHOT}' } } } }