Skip to content

Commit

Permalink
do not generate protobin file (#1715) (#1716)
Browse files Browse the repository at this point in the history
* do not generate protobin file for productized profile

* remove writeDescriptorSet property

Co-authored-by: Roberto Oliveira <[email protected]>
  • Loading branch information
github-actions[bot] and rgdoliveira authored Jun 27, 2023
1 parent e559109 commit b69ae04
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${version.io.grpc}:exe:${os.detected.classifier}
</pluginArtifact>
<writeDescriptorSet>true</writeDescriptorSet>
<descriptorSetFileName>output.protobin</descriptorSetFileName>
<attachProtoSources>false</attachProtoSources>
<protoSourceRoot>${project.basedir}/src/main/proto</protoSourceRoot>
<outputDirectory>${project.build.directory}/generated-sources/protobuf/java</outputDirectory>
Expand Down

0 comments on commit b69ae04

Please sign in to comment.