Skip to content

Commit b5bacda

Browse files
committed
added proto source dir
1 parent 01a7fa8 commit b5bacda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

speech/grpc/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ limitations under the License.
196196
-->
197197
<protocArtifact>com.google.protobuf:protoc:3.0.0-beta-2:exe:${os.detected.classifier}</protocArtifact>
198198
<pluginId>grpc-java</pluginId>
199+
<protoSourceRoot>${basedir}/src/main/java/third_party</protoSourceRoot>
199200
<pluginArtifact>io.grpc:protoc-gen-grpc-java:0.13.2:exe:${os.detected.classifier}</pluginArtifact>
200201
</configuration>
201202
<executions>

0 commit comments

Comments
 (0)