diff --git a/content/en/docs/refguide/general/mxbuild.md b/content/en/docs/refguide/general/mxbuild.md
index 490ffc48a2f..8c61d7417aa 100644
--- a/content/en/docs/refguide/general/mxbuild.md
+++ b/content/en/docs/refguide/general/mxbuild.md
@@ -66,7 +66,8 @@ Command-line options are described in the table below:
| `--write-errors=FILENAME` | Writes all errors, warnings, and deprecations encountered during deployment of the app to the specified file in JSON format.
This file is only written when the app contains errors.
If the file already exists, it will be overwritten without a warning.
For a description of the format of this file, see the [App Errors](#app-errors) section below. |
| `--generate-sbom` | Generates a Software Bill of Materials (SBOM) file as a part of the `package` and `deployment` targets. The SBOM will be included in the deployment package if this option is used and is saved under its default location: `deployment\sbom.json` |
| `--sbom-output-path=VALUE` | The file path to generate a bill of material file for the `package` and `deployment` targets. Use `--output` for the `sbom` target (Default value: `deployment\sbom.json`).
This parameter is deprecated and will be removed in Mendix 11 and replaced with the `sbom` target. |
-| `--gradle-home` | Sets the Gradle home directory. This can be used when auto-detection of the Gradle installation fails. |
+| `--gradle-home` | Sets the Gradle home directory. This can be used when auto-detection of the Gradle installation fails. |
+| `--extra-gradle-arguments` | Adds extra arguments to the Gradle process. |
### Options When Creating a Package
diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md
index 2be22fe114d..31efb35e572 100644
--- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md
+++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md
@@ -90,6 +90,10 @@ This option controls the synchronization of managed dependencies. For more infor
A directory where Gradle is located on the computer that you use to deploy the application. The correct directory is usually located automatically.
+#### Extra Arguments
+
+This option can be used to add extra arguments to the Gradle process.
+
#### Use Custom Repositories
Enabling this option allows you to specify which repositories should be used by Gradle. For more information, see the [Custom Repositories](/refguide/managed-dependencies/#custom-repos) section in *Managed Dependencies*.