Skip to content

Commit 0b5611e

Browse files
authored
Merge pull request #537 from dmcassel/issue-536
replace deprecated getConfigDir() reference
2 parents bdbe383 + a861a33 commit 0b5611e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/marklogic/gradle/task/export/ExportResourcesTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ExportResourcesTask extends MarkLogicTask {
5050
}
5151

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

0 commit comments

Comments
 (0)