Skip to content
Snippets Groups Projects
Commit 5e4d69ed authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'OZG-6710-update-common-lib' into master-interface-proto4

parents efb5cf16 7ed0e9cf
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
<parent>
<groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-dependencies</artifactId>
<version>4.3.2</version>
<version>4.4.0-PR-25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -92,13 +92,14 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>${protobuf.version}</protocVersion>
<outputTargets>
<outputTarget>
<type>java</type>
</outputTarget>
<outputTarget>
<type>grpc-java</type>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.60.0</pluginArtifact>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${protoc-gen.version}</pluginArtifact>
</outputTarget>
</outputTargets>
</configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment