quarkiverse / quarkus-minio

Minio (https://min.io) Client Quarkus Extension
Apache License 2.0
18 stars 24 forks source link

fix quarkus-config-doc-maven-plugin #363

Closed jtama closed 1 month ago

jtama commented 1 month ago

Moves version management from client module to parent module

gsmet commented 1 month ago

@jtama do you still need help with this or you fixed the issue you had with this PR? I can have a look if you need further help.

jtama commented 1 month ago

Hi @gsmet, I think I know what happend, I add different plugin version with incompatible class attributes, thus the exception.

Running mvn dependency:resolve-plugins now give expected result (only one plugin version), If the workflow fails tomorrow, I will ping you back !

Any how, many thanks for your feedback.

jtama commented 1 month ago

It's fixed