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
The line below creates issue for exports since this is not handled while packaging:
https://github.com/vaticle/bazel-distribution/blob/3729c309c6eb34ff5280ca071e5bc281c04715d8/maven/rules.bzl#L211
An example where this breaks is @io_grpc_grpc_java//stub:javax_annotation
@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.
The text was updated successfully, but these errors were encountered:
flyingsilverfin
No branches or pull requests
The line below creates issue for exports since this is not handled while packaging:
https://github.com/vaticle/bazel-distribution/blob/3729c309c6eb34ff5280ca071e5bc281c04715d8/maven/rules.bzl#L211
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:
and hence I am not able to assemble jars which require building grpc.
The text was updated successfully, but these errors were encountered: