File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments