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 d37b380 commit 54a0023Copy full SHA for 54a0023
ml-data-hub-plugin/src/main/groovy/com/marklogic/gradle/task/RunFlowTask.groovy
@@ -134,7 +134,7 @@ class RunFlowTask extends HubTask {
134
Map<String, Object> options = new HashMap<>()
135
def optionsString;
136
if(project.ext.properties.containsKey("optionsFile")){
137
- def jsonFile = new File(project.ext.optionsFile)
+ def jsonFile = new File(project.ext.optionsFile.trim())
138
optionsString = jsonFile.text
139
}
140
else if(project.ext.properties.containsKey("options")) {
0 commit comments