quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
120 stars 65 forks source link

Automatically update dependencies for samples during releases #556

Closed jmartisk closed 2 months ago

geoand commented 1 month ago

This almost worked.

Instead of updating the quarkus langchain4j version it updated the project version itself

iocanel commented 1 month ago

I think that the issue is that it uses -pl (that works with artifactId) instead of -f (that works with path).

iocanel commented 1 month ago

Let me try to fix that.