15 lines
625 B
Groovy
15 lines
625 B
Groovy
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|disable_detach (if true does not show debug option for pemanent pipelines)|edit_permanent (if true does not disable pemanent pipeline config options)'
|
|
ext.deploy_type= 'java'
|
|
|
|
dependencies {
|
|
implementation 'ch.psi:pshell-workbench:' + version
|
|
implementation 'ch.psi:screenpanel:' + version
|
|
}
|
|
|
|
createDefaultTasks(project) |