File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 47
47
<groupId >org.xolstice.maven.plugins</groupId >
48
48
<artifactId >protobuf-maven-plugin</artifactId >
49
49
<version >${protobuf.maven.plugin.version} </version >
50
- <!-- <configuration>
51
- <protocExecutable>/usr/bin/protoc</protocExecutable>
52
- </configuration>-->
53
- <!-- <configuration>
50
+ <configuration >
54
51
<protocArtifact >
55
- com.google.protobuf:protoc:${protoc .version}:exe:${os.detected.classifier}
52
+ com.google.protobuf:protoc:${protobuf .version} :exe:${os.detected.classifier}
56
53
</protocArtifact >
57
54
<pluginId >grpc-java</pluginId >
58
- <pluginArtifact>
59
- io.grpc:protoc-gen-grpc-java:${grpc.java.version}:exe:${os.detected.classifier}
60
- </pluginArtifact>
61
55
<protoSourceRoot >
62
56
${basedir} /src/main/proto/
63
57
</protoSourceRoot >
64
- </configuration>-->
58
+ </configuration >
65
59
<executions >
66
60
<execution >
67
61
<goals >
68
62
<goal >compile</goal >
69
- <!-- <goal>compile-custom</goal>-->
70
63
</goals >
71
64
</execution >
72
65
</executions >
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ The project has the following prerequisites:
8
8
1 . [ Azure Dev CLI 1.10.1] ( https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd )
9
9
1 . [ Terraform 1.9.8] ( https://developer.hashicorp.com/terraform/downloads )
10
10
1 . [ JQ 1.6] ( https://jqlang.github.io/jq/download/ )
11
- 1 . [ protoc 3.12.4] ( https://grpc.io/docs/protoc-installation/ )
12
11
1 . [ Docker] ( https://docs.docker.com/get-docker/ )
13
12
14
13
If you want to use a VSCode DevContainer see the ` VSCode DevContainer prerequisites ` section below.
You can’t perform that action at this time.
0 commit comments