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 d586e72 commit 8fe0a5cCopy full SHA for 8fe0a5c
ml-data-hub-plugin/src/main/groovy/com/marklogic/gradle/task/RunFlowTask.groovy
@@ -75,7 +75,7 @@ class RunFlowTask extends HubTask {
75
76
Map<String, Object> options = new HashMap<>()
77
project.ext.properties.each { key, value ->
78
- if (key.toString().startsWith("dfh.")) {
+ if (key.toString().startsWith("dhf.")) {
79
options.put(key, value)
80
}
81
0 commit comments