Skip to content

Commit

Permalink
Merge pull request #37908 from hakanostrom/typo
Browse files Browse the repository at this point in the history
Typo in gradle example
  • Loading branch information
gsmet authored Dec 22, 2023
2 parents b725be7 + 482250b commit f2682ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/gradle-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To scaffold a Gradle project you can either use the xref:cli-tooling.adoc[Quarku
[source, bash]
----
quarkus create app my-groupId:my-artifactId \
--extension=resteasy-reactive,resteasy-reactive-jackson \
--extensions=resteasy-reactive,resteasy-reactive-jackson \
--gradle
----
Expand Down

0 comments on commit f2682ca

Please sign in to comment.