Run a Flow Using Gradle
You can use Gradle to run flows outside a GUI.
Tip: To avoid depending on Gradle and project files, especially in production environments, run your flows using the Data Hub Client JAR.
Important: When you load/ingest delimited text files into MarkLogic Server, URIs are randomly generated each time you load/ingest. To generate the same URIs each time you load/ingest delimited text files, use MLCP.
Before you begin
You need:
-
A supported Java JRE:
- For version 6.2.1: Java JRE (OpenJDK) 17 or higher
- For version 6.2.0: Java JRE (OpenJDK) 8 or higher
- MarkLogic Server (See Version Compatibility.)
- Gradle 8.3 or higher