-
Notifications
You must be signed in to change notification settings - Fork 403
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
null version value is ignored in shadowJar configuration #508
Comments
This is caused by a breaking change in gradle/gradle#9776. It's noted here:
This is perhaps not very obvious however as Try use The shadowJar docs will need updating because of this change. |
Shadow Version
5.1.0
Gradle Version
5.6
Expected Behavior
I want the final artifact name to not have version number in it, so I am trying this snippet from documentation:
also tried
Actual Behavior
"classifier" is removed as expected, but "version" is still added to the final artifact name.
The text was updated successfully, but these errors were encountered: