-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't release the cli module #63
Comments
No ideas here unfortunately |
It seems that |
If that doesn't work, you might need to generate your CLI as an uber-jar: <quarkus.package.type>uber-jar</quarkus.package.type> |
I already have this in my application.properties. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ever since I added the
cli
module to the project, I can't release due to:Details: https://github.com/quarkiverse/quarkus-authzed-client/actions/runs/4364294724/jobs/7631435499
It seems to me that
cli
is producing an artifact with the classifierrunner
and there is no unclassified artfiact. Nexus doesn't seem to like it.The text was updated successfully, but these errors were encountered: