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 bdbe383 commit a861a33Copy full SHA for a861a33
src/main/groovy/com/marklogic/gradle/task/export/ExportResourcesTask.groovy
@@ -50,7 +50,7 @@ class ExportResourcesTask extends MarkLogicTask {
50
}
51
52
void export(ResourceSelector selector) {
53
- def path = getAppConfig().getConfigDir().getBaseDir()
+ def path = getAppConfig().getFirstConfigDir().getBaseDir()
54
if (getProject().hasProperty("exportPath")) {
55
/**
56
* Note that if a user provides a path and they're using Java 11 and the Gradle daemon, then the path
0 commit comments