Skip to content

Commit 408c798

Browse files
committed
#116 Adding DeployOtherDatabasesCommand to mlDeploy
1 parent 1fe7479 commit 408c798

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/groovy/com/marklogic/gradle/MarkLogicPlugin.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.marklogic.gradle
22

3+
import com.marklogic.appdeployer.command.databases.DeployOtherDatabasesCommand
34
import com.marklogic.appdeployer.command.forests.DeployCustomForestsCommand
45
import com.marklogic.gradle.task.forests.DeployCustomForestsTask
56
import com.sun.jersey.core.spi.component.ProviderServices
@@ -335,6 +336,7 @@ class MarkLogicPlugin implements Plugin<Project> {
335336
dbCommands.add(new DeployContentDatabasesCommand())
336337
dbCommands.add(new DeployTriggersDatabaseCommand())
337338
dbCommands.add(new DeploySchemasDatabaseCommand())
339+
dbCommands.add(new DeployOtherDatabasesCommand())
338340
project.extensions.add("mlDatabaseCommands", dbCommands)
339341
commands.addAll(dbCommands)
340342

0 commit comments

Comments
 (0)