Hey gents, I'm trying to get the gradle GRPC plugi...
# gradle
g
Hey gents, I'm trying to get the gradle GRPC plugin to generate both C# and java code. GRPC itself is a plugin for protobuf, and they seem to imply that in the gradle script as well. This snippit generates java GRPC, java protobuf, and csharp protobuf, but it does not generate csharp GRPC. Does anybody here have the gradle-foo to tell me what I need to get csharp generated grpc?