quarkiverse / quarkus-pact

Pact is a widely-recommended framework for consumer-driven contract testing. This Quarkus extension gives the best Pact integration with Quarkus.
https://pact.io/
Apache License 2.0
11 stars 6 forks source link

Adjust doc title #134

Closed gastaldi closed 1 year ago

gastaldi commented 1 year ago

This will remove the Quarkus prefix in the documentation title

holly-cummins commented 1 year ago

Oh dear, the build is a bit of a mess with this

plugin:3.2.0.Final:build: java.lang.NoSuchMethodError: 'void io.quarkus.bootstrap.app.AugmentResult.<init>(java.util.List, io.quarkus.bootstrap.app.JarResult, java.nio.file.Path)'
gastaldi commented 1 year ago

But it isn't related to this change, is it?

holly-cummins commented 1 year ago

The last build was green, and the failure is in the docs build. I'll try and request a vanilla build to be sure.

holly-cummins commented 1 year ago

Hm, strange. https://github.com/quarkiverse/quarkus-pact/actions/runs/5213826849 doesn't have this change, and it fails in the same way. So the change is off the hook (phew!).

... but why has the docs build spontaneously started failing?

gastaldi commented 1 year ago

I guess the real question is: Why is it failing with 3.2.0.Final if https://github.com/quarkiverse/quarkus-pact/pull/133 wasn't merged yet?

gastaldi commented 1 year ago