vivin / gradle-semantic-build-versioning

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

Project maintenance? #122

Open serpro69 opened 5 months ago

serpro69 commented 5 months ago

Hi, I've been using your plugin some years ago while it was still being maintained, and grateful for the work you've done here. I understand you no longer have time to maintain this since the code hasn't been touched for quite some time.

Awhile back when your plugin became unusable for me among other things due to breaking changes in gradle, I've decided to make my own plugin (can be found here: https://github.com/serpro69/semver.kt ) that aims to solve the same problems and using similar approaches, while also adding some features like monorepo support (for which I see you have an open issue: #84 ) Just wanted to mention this for anyone who still uses your plugin with older gradle versions, because I remember struggling to find a good alternative that works in a similar fashion to your plugin.

If you decide to archive your repo, maybe you could also mention my plugin in the readme so others would have an easier time finding alternatives.