Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ExportResourcesTask extends MarkLogicTask {
}

void export(ResourceSelector selector) {
def path = getAppConfig().getConfigDir().getBaseDir()
def path = getAppConfig().getFirstConfigDir().getBaseDir()
if (getProject().hasProperty("exportPath")) {
/**
* Note that if a user provides a path and they're using Java 11 and the Gradle daemon, then the path
Expand Down