Skip to content

New semver plugin #1186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

New semver plugin #1186

wants to merge 5 commits into from

Conversation

jpschewe
Copy link
Owner

The semver plugin that I'm currently using doesn't support using the current gradle plugin loading if I want to customize the variables. That plugin is found at https://github.com/Nasdaq/semver-git This plugin last had a commit 2 years ago.

This proposed plugin is found at https://github.com/ilovemilk/semver-git-plugin/tree/master and supports setting a custom format and supports the current plugin mechanism. However this plugin hasn't seen a commit in 4 years.

The previous one started not respecting the dirty flag properly, plus
it hasn't been updated in a long time and still uses the old plugin
format to customize variables. This plugin has a lot of cutomization
possibilities and matches pretty close to the version format I was
getting before.
@jpschewe jpschewe self-assigned this Mar 30, 2024
@jpschewe
Copy link
Owner Author

Found out the reason that I didn't use this plugin before, the build time takes forever with this plugin. Creating of the distribution zip files goes from 1 minute to 30 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant