-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Picocli example app readme is incorrect #15758
Comments
@ia3andy is that for you? |
a bit surprised - @aloubyansky shouldn't -D work for gradle plugin too here? |
Good catch! I'll fix it.. |
but shouldn't -D not work too? |
@maxandersen I have no idea :) |
@maxandersen ok you are right it should work with ( ./gradlew quarkusDev -Dquarkus.args='hello --first-name=andy' I think it's a quarkus core bug with gradle and command mode. Here is a sample reproducer https://github.com/ia3andy/try-picocli-gradle |
ahh it works with: ./gradlew quarkusDev --quarkus-args='hello --first-name=andy' I found this in the template: https://github.com/quarkusio/quarkus/blob/main/devtools/platform-descriptor-json/src/main/resources/codestarts/quarkus/examples/picocli-example/base/README.tpl.qute.md Which I should fix :) |
Describe the bug
Create app from code.quarkus.io with picocli selected and with Gradle: the readme instructions are incorrect and with bad error report.
Expected behavior
Readme should show proper Gradle syntax
Actual behavior
Gradle syntax is incorrect, it should be
To Reproduce
Create app from code.quarkus.io with picocli selected and with Gradle.
Quarkus version or git rev
1.12.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradlew
The text was updated successfully, but these errors were encountered: