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 cea0349 commit 8221255Copy full SHA for 8221255
src/main/groovy/com/marklogic/gradle/task/datamovement/DeleteCollectionsTask.groovy
@@ -9,7 +9,7 @@ class DeleteCollectionsTask extends DataMovementTask {
9
10
@TaskAction
11
void deleteCollections() {
12
- project.ext.collections = (collections != null && collections.length > 0) ? collections.join(",") : null
+ project.ext.collections = (collections != null && collections.length > 0) ? collections.join(",") : project.ext.collections
13
runQueryBatcherJob(new DeleteCollectionsJob())
14
}
15
0 commit comments