Skip to content

Commit ed91467

Browse files
committed
Sync documentation of main branch
1 parent b0af923 commit ed91467

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_versions/main/guides/databases-dev-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Login credentials are the same for most databases, except when the database requ
217217
|`quarkus` for the default datasource or name of the datasource
218218

219219
|Microsoft SQL Server
220-
|`SA`
220+
|`sa`
221221
|`Quarkus123`
222222
|
223223

_versions/main/guides/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)