Skip to content
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

Do not remove LICENSE files when combining jars #1054

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

gkdn
Copy link
Contributor

@gkdn gkdn commented Feb 6, 2024

maven_project_jar has a jar combining action which is attempting
to exclude dependencies' contents from the jar. However this also
removes LICENSE file from the Jar file since it is quite common for
external dependencies to include as well.

This is similar to META_INF case which the jar merging tool is special
casing and the PR piggy backs on that special case.

maven_project_jar has a jar combining action which is attempting
to exclude dependencies' contents from the jar. However this also
removes LICENSE file from the Jar file since it is quite common for
external dependencies to include as well.

This is similar to META_INF case which the jar merging tool is special
casing and the PR piggy backs on that special case.
@gkdn
Copy link
Contributor Author

gkdn commented Feb 6, 2024

@jin could you pls take a look?

@jin jin merged commit 77c3538 into bazelbuild:master Feb 6, 2024
8 checks passed
@jin
Copy link
Member

jin commented Feb 6, 2024

thanks!

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.

None yet

2 participants