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 16
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
17
<grpc .version>1.69.0</grpc .version>
18
18
<protobuf .version>3.25.5</protobuf .version>
19
+ <protocCommand >java-sdk-protoc</protocCommand >
19
20
<dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.16.0-rc.3/dapr/proto</dapr .proto.baseurl>
20
21
<dapr .sdk.version>1.17.0-SNAPSHOT</dapr .sdk.version>
21
22
<dapr .sdk.alpha.version>0.17.0-SNAPSHOT</dapr .sdk.alpha.version>
Original file line number Diff line number Diff line change 22
22
<protobuf .input.directory>${project.build.directory} /proto</protobuf .input.directory>
23
23
<maven .deploy.skip>false</maven .deploy.skip>
24
24
<grpc .version>1.69.0</grpc .version>
25
+ <protocCommand >java-sdk-protoc</protocCommand >
25
26
<protobuf .version>3.25.5</protobuf .version>
26
27
</properties >
27
28
131
132
<goal >run</goal >
132
133
</goals >
133
134
<configuration >
135
+ <protocCommand >java-sdk-protoc</protocCommand >
134
136
<protocVersion >${protobuf.version} </protocVersion >
135
137
<protocArtifact >com.google.protobuf:protoc:3.25.5</protocArtifact >
136
138
<addProtoSources >inputs</addProtoSources >
You can’t perform that action at this time.
0 commit comments