Skip to content

Commit 98f46e4

Browse files
authored
Proofread
1 parent 1fb81c8 commit 98f46e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ This is also the recommended setup when there is limited or no access to the int
2626

2727
## Custom Repositories and the Build Process
2828

29-
When building Mendix applications in the Mendix public cloud, dependencies are not downloaded. Instead, the build process relies on the dependencies being present in the vendorlib folder.
29+
When building Mendix applications in Mendix Cloud, dependencies are not downloaded. Instead, the build process relies on the dependencies being present in the `vendorlib` folder.
3030

31-
Studio Pro manages this by downloading dependencies from the configured repositories using Gradle and then committing the vendorlib folder to version control. When you set up a custom Gradle repository, it is used during this download phase, meaning all dependencies stored in vendorlib originate from that repository.
31+
Studio Pro manages this by downloading dependencies from the configured repositories using Gradle and then committing the `vendorlib` folder to version control. When you set up a custom Gradle repository, this is used during the download phase, meaning all dependencies stored in vendorlib originate from that repository.
3232

3333
## How to Set up a Remote Repository
3434

0 commit comments

Comments
 (0)