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
Improvements of existing feature
development, testing, all, documentation
Add project init feature for quarkus 3 gradle project
Currently init goal ofthe maven plugin only creates maven projects. we want to add the gradle version of quarkus 3 flavour
Add new flavour : quarkus-3-gradle
For example run :
mvn org.fugerit.java:fj-doc-maven-plugin:init \ -DgroupId=org.fugerit.java.demo \ -DartifactId=fj-doc-quarkus-tutorial \ -Dextensions=base,freemarker \ -Dflavour=quarkus-3-gradle
The text was updated successfully, but these errors were encountered:
Add quarkus-3-gradle-kts flavour #284
130fa6a
Add quarkus-3-gradle-kts flavour #284 (#285)
25ecf66
fugerit79
Successfully merging a pull request may close this issue.
Enhancement type
Improvements of existing feature
Do you want to contribute?
development, testing, all, documentation
Goal of the proposal
Add project init feature for quarkus 3 gradle project
Brief description
Currently init goal ofthe maven plugin only creates maven projects. we want to add the gradle version of quarkus 3 flavour
Detailed description
Add new flavour : quarkus-3-gradle
Is a proof of concept available
For example run :
The text was updated successfully, but these errors were encountered: