Skip to content

Commit

Permalink
Merge pull request quarkusio#30790 from rsvoboda/cli.clean.option
Browse files Browse the repository at this point in the history
Note about clean option for build and dev
  • Loading branch information
cescoffier authored Feb 2, 2023
2 parents 268130d + 423f583 commit 9666d20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/main/asciidoc/cli-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ quarkus build
NOTE: Output will vary depending on the build tool your project is using (Maven, Gradle, or JBang).
NOTE: Run `quarkus build --clean` to perform clean as part of the build.
=== Development mode
[source,shell]
Expand Down Expand Up @@ -537,6 +539,7 @@ Tests paused, press [r] to resume
NOTE: Output will vary depending on the build tool your project is using (Maven, Gradle, or JBang).
NOTE: Run `quarkus dev --clean` to perform clean as part of the build.
[[quarkus-version-compatibility]]
[WARNING]
Expand Down

0 comments on commit 9666d20

Please sign in to comment.