v2ray-core icon indicating copy to clipboard operation
v2ray-core copied to clipboard

编译proto文件提示缺少依赖

Open maoxikun opened this issue 1 year ago • 0 comments

使用如下命令编译proto文件成java文件时提示缺少依赖项 "google/protobuf/any.proto"

find ./v2ray-core -type f -name *.proto -exec ./protoc --proto_path=./v2ray-core --plugin=protoc-gen-grpc-java=./protoc-gen-grpc-java --grpc-java_out=./out --java_out=./out {} \;

maoxikun avatar Jan 29 '24 06:01 maoxikun