Separate fx plugin instead of RootApplication. Fixed shell exit.
This commit is contained in:
parent
91e3c63943
commit
e6aac38c1e
@ -14,7 +14,7 @@ println cli.usage
|
||||
|
||||
String cfgPath = cli.parse(args).c;
|
||||
println "Loading config file from $cfgPath"
|
||||
new GrindShell().start {
|
||||
new GrindShell().launch {
|
||||
context.pluginManager().loadPlugin("plots-jfc")
|
||||
GrindWorkspaceBuilder numass = new GrindWorkspaceBuilder()
|
||||
.withSpec(NumassWorkspaceSpec)
|
||||
|
Loading…
Reference in New Issue
Block a user