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.
2 parents 4aa8e63 + 0f32ca3 commit ec34a0fCopy full SHA for ec34a0f
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