quarkiverse / quarkus-argocd

An ArgoCD extension for Quarkus
https://docs.quarkiverse.io/quarkus-argocd/dev
Apache License 2.0
0 stars 2 forks source link

Improve the behavior of the CLI generate commands from gradle projects #45

Open iocanel opened 11 hours ago

iocanel commented 11 hours ago

The genrate commands in the quarkus-argocd cli behave slightly differently for gradle projects, mostly because it is not possible to force dependencies.

We should catch this issue and provide a sensible error message.

Impelementation ideas