square / wire-gradle-plugin

A Gradle plugin for generating Java code for your protocol buffer definitions with Wire.
Apache License 2.0
153 stars 23 forks source link

Support for extra proto_paths #10

Closed ghost closed 9 years ago

ghost commented 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?

swankjesse commented 9 years ago

LGTM

Mind filling this out: https://github.com/square/wire-gradle-plugin/blob/master/CONTRIBUTING.md

ghost commented 9 years ago

There, all signed.