Closed ghost closed 9 years ago
By default the wire compiler gets the srcDir of a found .proto file as a proto_path. This commit adds support for a new 'protoPaths' plugin property that can be set to provide extra paths to add to the .proto search path during compilation.
This PR depends upon https://github.com/square/wire/pull/300.
There don't appear to be tests for this project?
LGTM
Mind filling this out: https://github.com/square/wire-gradle-plugin/blob/master/CONTRIBUTING.md
There, all signed.
By default the wire compiler gets the srcDir of a found .proto file as a proto_path. This commit adds support for a new 'protoPaths' plugin property that can be set to provide extra paths to add to the .proto search path during compilation.
This PR depends upon https://github.com/square/wire/pull/300.
There don't appear to be tests for this project?