Skip to content

Commit

Permalink
pass correct config
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 10, 2020
1 parent cb74dae commit 3ac98f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class DistributePlugin implements Plugin<Project> {

@Override
void execute(CreateStartScripts css) {
css.mainClassName = InsightBasePlugin.MAIN_INSIGHT
css.mainClassName = InsightBasePlugin.MAIN_INSIGHT+" containerImporter.xml"
css.defaultJvmOpts = InsightBasePlugin.DEFAULT_JVM_ARGS
css.applicationName = "omero-importer"
css.outputDir = new File(project.getBuildDir(), "importerScripts")
Expand Down

0 comments on commit 3ac98f7

Please sign in to comment.