This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 9ebbcca fix triple protoc plugin
9ebbcca is described below
commit 9ebbcca12556d2e4a406539b1c8db1e12503f0ec
Author: ken.lj <[email protected]>
AuthorDate: Wed Mar 17 11:34:47 2021 +0800
fix triple protoc plugin
---
dubbo-samples-triple/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dubbo-samples-triple/pom.xml b/dubbo-samples-triple/pom.xml
index b4dc355..a1c05d0 100644
--- a/dubbo-samples-triple/pom.xml
+++ b/dubbo-samples-triple/pom.xml
@@ -109,6 +109,11 @@
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
+ <configuration>
+
<protocArtifact>com.google.protobuf:protoc:3.7.1:exe:${os.detected.classifier}</protocArtifact>
+ <pluginId>grpc-java</pluginId>
+
<outputDirectory>build/generated/source/proto/main/java</outputDirectory>
+ </configuration>
<executions>
<execution>
<goals>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]