We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02a8a38 + d03d1ec commit 53dc496Copy full SHA for 53dc496
cim-common/pom.xml
@@ -102,7 +102,7 @@
102
<artifactId>protobuf-maven-plugin</artifactId>
103
<version>0.5.1</version>
104
<configuration>
105
- <protocArtifact>com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}</protocArtifact>
+ <protocArtifact>com.google.protobuf:protoc:${protobuf-java.version}:exe:${os.detected.classifier}</protocArtifact>
106
<pluginId>grpc-java</pluginId>
107
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.19.0:exe:${os.detected.classifier}</pluginArtifact>
108
</configuration>
0 commit comments