Java: Support bundling of proto/grpc classes in same package
garrettjonesgoogle opened this issue · 3 comments
garrettjonesgoogle commented
Currently, the output build.gradle assumes that the proto/grpc classes will be in a separate package. For many APIs, it may be simpler to just bundle it all together; we should add an option to make this possible.
Thar-Ngel commented
Currently, the output build.gradle assumes that the proto/grpc classes will be in a separate package. For many APIs, it may be simpler to just bundle it all together; we should add an option to make this possible.
miraleung commented
Noted and will put on the internal backlog. Closing as obsolete due to the new Java microgenerator.
Admin8818 commented
Hi