Skip to content

Commit 13fa3d4

Browse files
committed
Add grpc 1.30.0 -> 1.58.0
1 parent a6b609f commit 13fa3d4

File tree

1 file changed

+2
-2
lines changed
  • test/plugin/scenarios/grpc-1.30.x-1.58.x-scenario

1 file changed

+2
-2
lines changed

test/plugin/scenarios/grpc-1.30.x-1.58.x-scenario/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@
150150
protobuf-java directly, you will be transitively depending on the
151151
protobuf-java version that grpc depends on.
152152
-->
153-
<protocArtifact>com.google.protobuf:protoc:3.11.4:exe:osx-x86_64
153+
<protocArtifact>com.google.protobuf:protoc:3.11.4:exe:${os.detected.classifier}
154154
</protocArtifact>
155155
<pluginId>grpc-java</pluginId>
156-
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${test.framework.version}:exe:osx-x86_64
156+
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${test.framework.version}:exe:${os.detected.classifier}
157157
</pluginArtifact>
158158
</configuration>
159159
<executions>

0 commit comments

Comments
 (0)