reset pom

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This commit is contained in:
Cassandra Coyle 2025-08-20 13:29:00 -05:00 committed by Javier Aliaga
parent 8a8b36e9a9
commit af2e57dbb9
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<protobuf.input.directory>${project.build.directory}/proto</protobuf.input.directory>
<maven.deploy.skip>false</maven.deploy.skip>
<grpc.version>1.69.0</grpc.version>
<protocCommand>protoc</protocCommand>
<protobuf.version>3.25.5</protobuf.version>
</properties>
@ -131,6 +132,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocCommand>protoc</protocCommand>
<protocVersion>${protobuf.version}</protocVersion>
<protocArtifact>com.google.protobuf:protoc:3.25.5</protocArtifact>
<addProtoSources>inputs</addProtoSources>