We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First let me thank you for this plugin, it is very helpful!
It may not be an issue perhaps more a question but I could not find the answer so I apologize in advance if I am the problem :)
Is it be possible to add a classifier on our jar?
Example: ThisBuild / artifactClassifier := Some("feature-branch-name") so we end up with my-app_2.12-1.0.0-feature-branch-name
ThisBuild / artifactClassifier := Some("feature-branch-name")
my-app_2.12-1.0.0-feature-branch-name
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First let me thank you for this plugin, it is very helpful!
It may not be an issue perhaps more a question but I could not find the answer so I apologize in advance if I am the problem :)
Is it be possible to add a classifier on our jar?
Example:
ThisBuild / artifactClassifier := Some("feature-branch-name")
so we end up withmy-app_2.12-1.0.0-feature-branch-name
Thank you
The text was updated successfully, but these errors were encountered: