Skip to content

Commit

Permalink
Fix gradle integrationTest task documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand authored and tmihalac committed Oct 27, 2022
1 parent 637c1ab commit ee62cc3
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 @@ -512,7 +512,7 @@ Those tests can be placed in a `src/integrationTest/java` directory and executed
./gradlew quarkusIntTest
----

This task depends on both `check` and `quarkusBuild` tasks. The final artifact will be produced before running tests.
This task depends on both `test` and `quarkusBuild` tasks. The final artifact will be produced before running tests.

== Using fast-jar

Expand Down

0 comments on commit ee62cc3

Please sign in to comment.