ml-gradle integration
- Last Updated: May 12, 2026
- 1 minute read
- Progress Data Cloud
- Documentation
MarkLogic recommends using ml-gradle to deploy MarkLogic Server Service configurations consistently across different environments. Unlike traditional instances of MarkLogic Server Service, Progress Data Cloud-hosted MarkLogic Server Service instances do not expose ports. These ports are exposed using specific paths.
To integrate your existing ml-gradle project, check the following examples in GitHub:
-
SSL project on how to deal with certificates.
-
Cloud project on how to integrate with Progress Data Cloud.
Important:
In Progress Data Cloud, forests must be created in /usr/data. When configuring Data Hub or ml-gradle projects locally, you must set the mlForestDataDirectory property to /usr/data/ in the gradle properties file: mlForestDataDirectory=/usr/data/.
You could also reference the following wiki entries in GitHub: