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

assemble_maven doesn't know how to package exports #379

Open
anuragagarwal561994 opened this issue Jul 28, 2023 · 0 comments
Open

assemble_maven doesn't know how to package exports #379

anuragagarwal561994 opened this issue Jul 28, 2023 · 0 comments
Assignees

Comments

@anuragagarwal561994
Copy link

The line below creates issue for exports since this is not handled while packaging:

fail("Unsure how to package dependency for target: %s" % target)

An example where this breaks is @io_grpc_grpc_java//stub:javax_annotation

https://github.com/grpc/grpc-java/blob/master/stub/BUILD.bazel

Here I get the above error:

fail("Unsure how to package dependency for target: %s" % target)

and hence I am not able to assemble jars which require building grpc.

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

No branches or pull requests

2 participants