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.08k stars 479 forks source link

Travis passes despite gradle build failing #806

Open pkubowicz opened 5 years ago

pkubowicz commented 5 years ago

I tried to build 6f642513b3 using ./gradlew build but groovydoc failed:

Execution failed for task ':pact-jvm-consumer-groovy_2.12:groovydoc'.
> java.lang.NoClassDefFoundError: groovy/text/TemplateEngine

Travis CI did not catch this, probably because 'build' task is not run.

uglyog commented 5 years ago

All fixed.

pkubowicz commented 5 years ago

I'm trying to build 4dad256db42c7 and I get an error:

* Where:
Build file '/home/piotr-kubowicz/devel/collab/pact-jvm/pact-jvm-server/build.gradle' line: 14

* What went wrong:
A problem occurred evaluating project ':pact-jvm-server_2.12'.
> Could not resolve all files for configuration ':pact-jvm-server_2.12:compile'.
   > Could not find groovy-indy.jar (org.codehaus.groovy:groovy:2.5.3).
     Searched in the following locations:
         file:/home/piotr-kubowicz/.m2/repository/org/codehaus/groovy/groovy/2.5.3/groovy-2.5.3-indy.jar