Hi guys, just curious about <@UGUMP8USE> example a...
# gradle
m
Hi guys, just curious about @Dariusz Kuc example above. Let’s say that I want to create a JAR file with the all java files generated via
protoc
and import as dependency in another project. Considering that these java files depend on
com.google.protobuf.*
, What’s the best way to export that JAR with those dependencies? The idea is to add this jar as dependency in the other project, run the build, and be ready to use those gRPC implementations