Files
pshell-apps/screenpanel-sls/build.gradle
2025-08-15 17:01:15 +02:00

13 lines
444 B
Groovy

description = 'screenpanel-sls'
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)