We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b609f commit 13fa3d4Copy full SHA for 13fa3d4
test/plugin/scenarios/grpc-1.30.x-1.58.x-scenario/pom.xml
@@ -150,10 +150,10 @@
150
protobuf-java directly, you will be transitively depending on the
151
protobuf-java version that grpc depends on.
152
-->
153
- <protocArtifact>com.google.protobuf:protoc:3.11.4:exe:osx-x86_64
+ <protocArtifact>com.google.protobuf:protoc:3.11.4:exe:${os.detected.classifier}
154
</protocArtifact>
155
<pluginId>grpc-java</pluginId>
156
- <pluginArtifact>io.grpc:protoc-gen-grpc-java:${test.framework.version}:exe:osx-x86_64
+ <pluginArtifact>io.grpc:protoc-gen-grpc-java:${test.framework.version}:exe:${os.detected.classifier}
157
</pluginArtifact>
158
</configuration>
159
<executions>
0 commit comments