Skip to content

Commit a861a33

Browse files
committed
replace deprecated getConfigDir() reference
1 parent bdbe383 commit a861a33

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)