Skip to content

Commit

Permalink
fix a typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
number23 authored Jul 11, 2022
1 parent b01ec42 commit 9cda251
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 @@ -517,7 +517,7 @@ This task depends on both `check` and `quarkusBuild` tasks. The final artifact w

`fast-jar` is now the default quarkus package type. The result of `./gradlew build` command is a new directory under `build` named `quarkus-app`.

You can run the application using: `java -jar target/quarkus-app/quarkus-run.jar`.
You can run the application using: `java -jar build/quarkus-app/quarkus-run.jar`.

WARNING: In order to successfully run the produced jar, you need to have the entire contents of the `quarkus-app` directory. If any of the files are missing, the application will not start or
might not function correctly.
Expand Down

0 comments on commit 9cda251

Please sign in to comment.