description = 'persplot' ext.plugin = 'PersistencePlot' ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App' ext.title = 'PersPlot' ext.desc = 'PersPlot' dependencies { implementation 'ch.psi:pshell-workbench:' + version } createDefaultTasks(project)