We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Use buildtool data to generate requested dockerfile buildtool doc command:
Need to add package-fast-jar here: https://github.com/quarkusio/quarkus/blob/master/devtools/platform-descriptor-json/src/main/resources/codestarts/quarkus/core/buildtool/maven/codestart.yml#L29
package-fast-jar
maybe rename package-uberjar to package-uber-jar
package-uberjar
package-uber-jar
Then use these in the different dockerfiles templates
The text was updated successfully, but these errors were encountered:
@glefloch do you receive a notification when assigned?
Sorry, something went wrong.
Yes, I did. I started working on it. This is a good idea. We could also use the buildtool.cli for Gradle project.
buildtool.cli
glefloch
Successfully merging a pull request may close this issue.
Description
Use buildtool data to generate requested dockerfile buildtool doc command:
Need to add
package-fast-jar
here: https://github.com/quarkusio/quarkus/blob/master/devtools/platform-descriptor-json/src/main/resources/codestarts/quarkus/core/buildtool/maven/codestart.yml#L29maybe rename
package-uberjar
topackage-uber-jar
Then use these in the different dockerfiles templates
The text was updated successfully, but these errors were encountered: