File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <grpc .version>1.69.0</grpc .version>
1818 <protobuf .version>3.25.5</protobuf .version>
19+ <protocCommand >java-sdk-protoc</protocCommand >
1920 <dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.16.0-rc.3/dapr/proto</dapr .proto.baseurl>
2021 <dapr .sdk.version>1.17.0-SNAPSHOT</dapr .sdk.version>
2122 <dapr .sdk.alpha.version>0.17.0-SNAPSHOT</dapr .sdk.alpha.version>
Original file line number Diff line number Diff line change 2222 <protobuf .input.directory>${project.build.directory} /proto</protobuf .input.directory>
2323 <maven .deploy.skip>false</maven .deploy.skip>
2424 <grpc .version>1.69.0</grpc .version>
25+ <protocCommand >java-sdk-protoc</protocCommand >
2526 <protobuf .version>3.25.5</protobuf .version>
2627 </properties >
2728
131132 <goal >run</goal >
132133 </goals >
133134 <configuration >
135+ <protocCommand >java-sdk-protoc</protocCommand >
134136 <protocVersion >${protobuf.version} </protocVersion >
135137 <protocArtifact >com.google.protobuf:protoc:3.25.5</protocArtifact >
136138 <addProtoSources >inputs</addProtoSources >
You can’t perform that action at this time.
0 commit comments