mjduijn
mjduijn
By using [`java_import_external`](https://github.com/bazelbuild/bazel/blob/800e7f2c3d521f6620c6c6db91ff9c5d6691a805/tools/build_defs/repo/java.bzl#L174) or [`jvm_maven_import_external` ](https://github.com/bazelbuild/bazel/blob/800e7f2c3d521f6620c6c6db91ff9c5d6691a805/tools/build_defs/repo/jvm.bzl#L239) it is possible to correctly import dependencies from maven without needing a set of generated BUILD files (please correct me if I'm wrong in...
Hi, thanks for this project, I'm very excited at the prospect of building rust with Bazel! I ran into the following problem. When trying to generate proto bindings in a...
I want to make a quick PoC for mutation testing with [pitest](http://pitest.org/). Would it be interesting to include this in the main repository? For now I'm using and configuring it...
When using one of the rules in `//bazel:pgv_proto_library.bzl` from another workspace you need to specify Gazelle as a dependency (in that workspace). While I realize a lot of people using...