This message was deleted.
# wiremock-java
s
This message was deleted.
t
You could follow the approach taken by the gRPC extension and use a folder under WireMock’s root. That way you can grab it via the
Stores
interface in a way that’ll make it more portable than if you directly accessed the files. See https://github.com/wiremock/wiremock-grpc-extension/blob/0ee8cd719af2bc12ff011fddd[…]3cedf/src/main/java/org/wiremock/grpc/GrpcExtensionFactory.java
n
Thank you very much @Tom