Skip to content

Commit 916a50b

Browse files
committed
Handle review comments
1 parent 45e2fe5 commit 916a50b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,20 @@ 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 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).
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

204+
{{% alert color="info" %}}
205+
This feature was introduced in Mendix 10.16.0, 10.12.7 & 10.6.17.
206+
{{% /alert %}}
207+
204208
In the Deployment tab of the Studio Pro preferences [Gradle synchronization](/refguide/preferences-dialog/#gradle-synchronization) can be disabled.
205209
This enables applications to be started even if Studio Pro is offline or in an airgapped environment.
206210

207-
Note that this will prevent managed dependencies from being synchronized, potentionally causing compile errors. 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+
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.
208212

209213
## Troubleshooting
210214

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ This setting is visible and effective when the React client is enabled. By defau
8080

8181
#### Gradle Synchronization {#gradle-synchronization}
8282

83-
Disabling this option will disable the synchronization of managed dependencies. For more information, see the [Offline Usage](/refguide/managed-dependencies/#disabling-synchronization) section in *Managed Dependencies*.
83+
{{% alert color="info" %}}
84+
This feature was introduced in Mendix 10.16.0, 10.12.7 & 10.6.17.
85+
{{% /alert %}}
86+
87+
This option controls the synchronization of managed dependencies. For more information, see the [Offline Usage](/refguide/managed-dependencies/#disabling-synchronization) section in *Managed Dependencies*.
8488

8589
#### Gradle Directory
8690

0 commit comments

Comments
 (0)