Open ohadnav opened 7 years ago
Now the tests fail at runtime
Did anyone find the solution for this problem ? I am also facing the same issue :(
@ohadnav & @kglondhe - I just pushed a TON of updates to the repo. Let me know if you still have any issues. Cheers.
After all the updates, I just ran all the tests and got:
Building the WireMock tests fails with
I have fixed it by adding:
exclude group: 'com.fasterxml.jackson.core'
to WireMock build rule:androidTestCompile("com.github.tomakehurst:wiremock:2.6.0") {