Skip to content

Commit d89c083

Browse files
authored
Merge pull request #11310 from mendix/qt-mxbuild
Clarify command-line options
2 parents 933536b + 15d8b69 commit d89c083

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide/general/mxbuild.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Command-line options are described in the table below:
7373
| `--write-errors=FILENAME` | Writes all errors, warnings, and deprecations encountered during deployment of the app to the specified file in JSON format.<br />This file is only written when the app contains errors.<br />If the file already exists, it will be overwritten without a warning.<br />For a description of the format of this file, see the [App Errors](#app-errors) section below. |
7474
| `--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` |
7575
| `--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`). <br>This parameter is deprecated and will be removed in Mendix 11 and replaced with the `sbom` target.</br> |
76-
| `--gradle-home` | Sets the Gradle home directory. This can be used when auto-detection of the Gradle installation fails. |
77-
| `--extra-gradle-arguments` | Adds extra arguments to the Gradle process. |
76+
| `--gradle-home=DIRECTORY` | Sets the Gradle home directory. This can be used when auto-detection of the Gradle installation fails. |
77+
| `--extra-gradle-arguments=EXTRA_ARGUMENTS` | Adds extra arguments to the Gradle process. |
7878

7979
### Options When Creating a Package
8080

0 commit comments

Comments
 (0)