diff --git a/content/en/docs/refguide10/general/mxbuild.md b/content/en/docs/refguide10/general/mxbuild.md index e77a944a29a..ec5e12aed09 100644 --- a/content/en/docs/refguide10/general/mxbuild.md +++ b/content/en/docs/refguide10/general/mxbuild.md @@ -67,6 +67,7 @@ Command-line options are described in the table 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. | +| `--extra-gradle-arguments` | Adds extra arguments to the Gradle process (available for Studio Pro 10.23 and above). | ### Options When Creating a Package diff --git a/content/en/docs/refguide10/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide10/modeling/menus/edit-menu/preferences-dialog.md index 17bf33104ff..ab1f582f3c6 100644 --- a/content/en/docs/refguide10/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide10/modeling/menus/edit-menu/preferences-dialog.md @@ -94,6 +94,14 @@ 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 {#extra-arguments} + +{{% alert color="info" %}} +This option is available for Studio Pro 10.23.0 and above. +{{% /alert %}} + +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](/refguide10/managed-dependencies/#custom-repos) section in *Managed Dependencies*.