We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa8e63 commit 0f32ca3Copy full SHA for 0f32ca3
src/main/groovy/com/marklogic/gradle/task/DeployToReplicaTask.groovy
@@ -39,6 +39,6 @@ class DeployToReplicaTask extends MarkLogicTask {
39
commandListSupplier.get() :
40
new CommandMapBuilder().getCommandsForReplicaCluster()
41
42
- new SimpleAppDeployer(commands).deploy(getAppConfig())
+ newAppDeployer(commands).deploy(getAppConfig())
43
}
44
0 commit comments