Using Gradle
- Last Updated: April 5, 2026
- 1 minute read
Redeploy a Flow Using Gradle
Before you begin
You need:
- Java SE JDK 8
- MarkLogic Server (See Version Compatibility.)
- Gradle 4.6 or later
About this task
If you modified one or more flows in your development environment, remember to redeploy the updated flows to the server.
Procedure
-
Open a command-line window, and go to your project root directory.
-
At your project root, run the Gradle task
hubDeployUserArtifacts.Unix systems
./gradlew hubDeployUserArtifacts -iWindows
gradlew.bat hubDeployUserArtifacts -i
Results
User artifacts, such as entities and mappings, are redeployed to the MarkLogic server.
See Also
Related concepts
Related tasks
Related reference