pact-foundation / pact-jvm

JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://docs.pact.io
Apache License 2.0
1.07k stars 475 forks source link

Build error for Versions >= 4.1.0 on jitpack.io #1162

Open michsindlinger opened 4 years ago

michsindlinger commented 4 years ago

We want to use the new pending pacts feature in our project but we can't get the dependency (v4.1.x) in the project because the builds on jitpack.io are all broken (See e.g. https://jitpack.io/com/github/DiUS/pact-jvm/4_1_6/build.log)

Can you please have a look?

Thanks

uglyog commented 3 years ago

I had a look, and the reason it is failing is there is no signing key, so the JAR files can not be signed.

Is there a reason you are not able to use the official versions published to Maven Central?

You can fix the build here by either disabling signing of the JAR files (which I don't think is a good idea), or provide a GPG key to be used.