File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/groovy/com/marklogic/gradle Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 11package com.marklogic.gradle
22
3+ import com.marklogic.appdeployer.command.databases.DeployOtherDatabasesCommand
34import com.marklogic.appdeployer.command.forests.DeployCustomForestsCommand
45import com.marklogic.gradle.task.forests.DeployCustomForestsTask
56import 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
You can’t perform that action at this time.
0 commit comments