Skip to content

Commit 53dc496

Browse files
authored
Merge pull request #165 from chenqwwq/master
[fix] -
2 parents 02a8a38 + d03d1ec commit 53dc496

File tree

2 files changed

+256
-232
lines changed

2 files changed

+256
-232
lines changed

cim-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<artifactId>protobuf-maven-plugin</artifactId>
103103
<version>0.5.1</version>
104104
<configuration>
105-
<protocArtifact>com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}</protocArtifact>
105+
<protocArtifact>com.google.protobuf:protoc:${protobuf-java.version}:exe:${os.detected.classifier}</protocArtifact>
106106
<pluginId>grpc-java</pluginId>
107107
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.19.0:exe:${os.detected.classifier}</pluginArtifact>
108108
</configuration>

0 commit comments

Comments
 (0)