Skip to content

Commit b58386f

Browse files
committed
Fixing JavaExec example in mlcp-example project
1 parent ddf9c0a commit b58386f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mlcp-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ task importSampleDataWithOptionsFile(type: com.marklogic.gradle.task.MlcpTask) {
8686
task importSampleDataWithJavaExec(type: JavaExec) {
8787
classpath = configurations.mlcp
8888
mainClass = 'com.marklogic.contentpump.ContentPump'
89-
args = ["IMPORT", "-options_file", "mlcpOptionsHostUsernamePassword.txt"]
89+
args = ["IMPORT", "-options_file", "mlcpOptions.txt"]
9090
}
9191

9292
/**

0 commit comments

Comments
 (0)