description = 'screenpanel-sls' ext.plugin = 'ScreenPanelSLS' ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App' ext.title = 'ScreenPanel' ext.desc = 'ScreenPanel customization for SLS cameras' ext.ex_options = 'ch.psi.pshell.screenpanel.Options' ext.deploy_type= 'java' dependencies { implementation 'ch.psi:pshell-workbench:' + version implementation 'ch.psi:screenpanel:' + version } createDefaultTasks(project)