Skip to content

Commit

Permalink
Merge pull request #26662 from number23/patch-1
Browse files Browse the repository at this point in the history
Fix a typo error in gradle-tooling.adoc
  • Loading branch information
ebullient committed Jul 11, 2022
2 parents 864e707 + 9cda251 commit e428579
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 e428579

Please sign in to comment.