Jaroslav Burian
08/15/2022, 1:31 PMimport "google/api/annotations.proto";
I am getting
pact_protobuf_plugin::protoc: Protoc stderr: google/api/annotations.proto: File not found.
The annotations.proto is in
consumer-jvm/build/extracted-include-protos/main/google/api/annotations.proto
on the other hand
import "google/protobuf/wrappers.proto";
gets found at
consumer-jvm/build/extracted-include-protos/main/google/protobuf/wrappers.proto
uglyog
~/.pact/plugins/protobuf-0.1.10/protoc/include/
uglyog
uglyog
google/api
be internal files? They are not art of the released bundleJaroslav Burian
08/16/2022, 7:16 AM