14 lines
477 B
Groovy
14 lines
477 B
Groovy
description = 'screenpanel-sf'
|
|
ext.plugin = 'ScreenPanelSF'
|
|
ext.mainClass = hasProperty('mainClass') ? mainClass : 'ch.psi.pshell.workbench.App'
|
|
ext.title = 'ScreenPanel'
|
|
ext.desc = 'ScreenPanel customization for SwissFEL 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) |