Files
pshell-apps/screenpanel-sf/build.gradle
2025-08-22 10:41:37 +02:00

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)