Skip to content

Commit

Permalink
[pinpoint-apm#7851] Add grpc-idl sub module
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed May 14, 2021
1 parent 222ae91 commit df629a3
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 710 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "grpc/grpc-idl"]
path = grpc/grpc-idl
url = https://github.com/pinpoint-apm/pinpoint-grpc-idl
1 change: 1 addition & 0 deletions grpc/grpc-idl
Submodule grpc-idl added at 4c2966
1 change: 1 addition & 0 deletions grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protoSourceRoot>${basedir}/grpc-idl/proto</protoSourceRoot>
<protocArtifact>com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
Expand Down
66 changes: 0 additions & 66 deletions grpc/src/main/proto/Annotation.proto

This file was deleted.

106 changes: 0 additions & 106 deletions grpc/src/main/proto/Cmd.proto

This file was deleted.

63 changes: 0 additions & 63 deletions grpc/src/main/proto/CustomMetric.proto

This file was deleted.

61 changes: 0 additions & 61 deletions grpc/src/main/proto/Service.proto

This file was deleted.

Loading

0 comments on commit df629a3

Please sign in to comment.