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 ddf9c0a commit b58386fCopy full SHA for b58386f
examples/mlcp-project/build.gradle
@@ -86,7 +86,7 @@ task importSampleDataWithOptionsFile(type: com.marklogic.gradle.task.MlcpTask) {
86
task importSampleDataWithJavaExec(type: JavaExec) {
87
classpath = configurations.mlcp
88
mainClass = 'com.marklogic.contentpump.ContentPump'
89
- args = ["IMPORT", "-options_file", "mlcpOptionsHostUsernamePassword.txt"]
+ args = ["IMPORT", "-options_file", "mlcpOptions.txt"]
90
}
91
92
/**
0 commit comments