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 4f130f7 + 11f2105 commit 461d750Copy full SHA for 461d750
src/main/groovy/com/marklogic/gradle/task/databases/ClearModulesDatabaseTask.groovy
@@ -17,7 +17,7 @@ class ClearModulesDatabaseTask extends MarkLogicTask {
17
if (command != null) {
18
command.execute(getCommandContext())
19
} else {
20
- new DatabaseManager(context.getManageClient()).clearDatabase(getAppConfig().getModulesDatabaseName());
+ new DatabaseManager(getManageClient()).clearDatabase(getAppConfig().getModulesDatabaseName());
21
}
22
23
0 commit comments