Skip to content

Commit 50b4aff

Browse files
committed
Document quarkusIntTest task no longer depends on test task
1 parent 0abd32f commit 50b4aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/gradle-tooling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ Run the native tests using:
584584
./gradlew testNative
585585
----
586586

587-
This task depends on `quarkusBuild`, so it will generate the native image before running the tests.
587+
This task depends on `quarkusBuild`, so it will generate the native image before running the native tests.
588588

589589
[NOTE]
590590
====
@@ -628,7 +628,7 @@ Those tests can be placed in a `src/integrationTest/java` directory and executed
628628
./gradlew quarkusIntTest
629629
----
630630

631-
This task depends on both `test` and `quarkusBuild` tasks. The final artifact will be produced before running tests.
631+
This task depends on `quarkusBuild`, so it will generate the artifact before running the integration tests.
632632

633633
== Using fast-jar
634634

0 commit comments

Comments
 (0)