Open
Description
Currently this always generates the following rules when a proto_library
rule is present:
java_proto_library(
name = "my_java_proto",
deps = [":my_proto"],
)
java_library(
name = "my_java_library",
visibility = ["//:__subpackages__"],
exports = [":my_java_proto"],
)
It would be nice if this could be disabled by config or customizable so that it is compatible with other rules, e.g. https://rules-proto-grpc.com/en/latest/lang/java.html#java-proto-library
Metadata
Metadata
Assignees
Labels
No labels