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 bdbe383 + a861a33 commit 0b5611eCopy full SHA for 0b5611e
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