vivin / gradle-semantic-build-versioning

Gradle plugin to generate version-numbers and tags using semantic versioning
MIT License
85 stars 32 forks source link

Support printing latest version with 'printVersion' task #118

Closed serpro69 closed 2 years ago

serpro69 commented 3 years ago

It would be useful to be able to print latest version and not only "next calculated one". This PR adds support for that.

Please note that there are almost 700 tests failing that were there prior to this change, but the MultiProjectSpecification tests (including the newly added ones) seem to be passing fine.