Skip to content

Commit a12dac5

Browse files
committed
Proofread
1 parent 916a50b commit a12dac5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

content/en/docs/refguide/java-programming/managed-dependencies.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,20 +195,22 @@ If the above options don't work for you, please reach out to [Mendix Support](ht
195195

196196
## Marketplace Modules
197197

198-
Dependency information is included per module and included in Marketplace Modules. They are downloaded to the `vendorlib` folder automatically when synchronization is run when the module is imported. Artifacts (`.jar` files) will also be included in the exported module packages. These are used if the module is imported in a Studio Pro which has [Gradle synchronization disabled](#disabling-synchronization).
198+
Dependency information is included for each module and included in Marketplace Modules. Dependencies are downloaded to the `vendorlib` folder automatically when synchronization is run when the module is imported. Artifacts (`.jar` files) will also be included in the exported module packages. These are used if the module is imported in a Studio Pro which has [Gradle synchronization disabled](#disabling-synchronization).
199199

200200
If you have an issue with the managed dependencies of a Marketplace module, you can revert to an earlier version by removing the new version and downloading an earlier version from the Marketplace.
201201

202202
## Offline Usage {#disabling-synchronization}
203203

204204
{{% alert color="info" %}}
205-
This feature was introduced in Mendix 10.16.0, 10.12.7 & 10.6.17.
205+
This feature was introduced in Mendix versions 10.16.0, 10.12.7, and 10.6.17.
206206
{{% /alert %}}
207207

208208
In the Deployment tab of the Studio Pro preferences [Gradle synchronization](/refguide/preferences-dialog/#gradle-synchronization) can be disabled.
209-
This enables applications to be started even if Studio Pro is offline or in an airgapped environment.
209+
This means that applications can be started even if Studio Pro is offline or in an air gapped environment.
210210

211-
Note that this will prevent managed dependencies from being synchronized, potentionally causing compile errors and version conflicts. SBOM generation is also not supported while Gradle synchronization is disabled. We recommend airgapped users to configure a [custom repository]{#custom-repos} instead of relying on disabling Gradle synchronization.
211+
{{% alert color="info" %}}
212+
This prevents managed dependencies being synchronized, potentially causing compile errors and version conflicts. In addition, you cannot generate SBOMs while Gradle synchronization is disabled. Mendix recommends that air gapped users configure a [custom repository](#custom-repos) instead of relying on disabling Gradle synchronization.
213+
{{% /alert %}}
212214

213215
## Troubleshooting
214216

content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This setting is visible and effective when the React client is enabled. By defau
8181
#### Gradle Synchronization {#gradle-synchronization}
8282

8383
{{% alert color="info" %}}
84-
This feature was introduced in Mendix 10.16.0, 10.12.7 & 10.6.17.
84+
This feature was introduced in Mendix versions 10.16.0, 10.12.7, and 10.6.17.
8585
{{% /alert %}}
8686

8787
This option controls the synchronization of managed dependencies. For more information, see the [Offline Usage](/refguide/managed-dependencies/#disabling-synchronization) section in *Managed Dependencies*.

0 commit comments

Comments
 (0)